Coin Price Watch

Coin Price Watch

Track and convert crypto prices and get the latest coin-specific news

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Coin Price Watch",
  "short_name": "Coin Prices",
  "version": "0.3.2",
  "manifest_version": 2,
  "default_locale": "en",
  "description": "Track and convert crypto prices and get the latest coin-specific news",
  "homepage_url": "https://coinprices.watch",
  "options_page": "options.html",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_action": {
    "default_title": "Coin Prices",
    "default_popup": "index.html?popup=1"
  },
  "content_security_policy": "script-src 'self' https://ad.a-ads.com https://acceptable.a-ads.com https://www.google-analytics.com https://www.googletagmanager.com; object-src 'self'"
}