Cryptocurrency Price Alert

Cryptocurrency Price Alert

Cryptocurrency Price Ticker + Alert - Alerts when price change for Bitcoin, Litecoin, Ripple etc

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cryptocurrency Price Alert",
  "short_name": "Coin / Crypto Currency",
  "description": "Cryptocurrency Price Ticker + Alert - Alerts when price change for Bitcoin, Litecoin, Ripple etc",
  "version": "1.0.8",
  "background": {
    "scripts": [
      "lib/jquery.js",
      "scripts/background.js"
    ],
    "persistent": false
  },
  "web_accessible_resources": [
    "/html/*",
    "*.png",
    "*.ttf",
    "/images/*",
    "/css/*",
    "/scripts/*",
    "/lib/*"
  ],
  "permissions": [
    "notifications",
    "alarms",
    "background",
    "http://35.184.5.220:12345/*"
  ],
  "content_security_policy": "script-src 'self' https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js; object-src 'self'",
  "browser_action": {
    "default_title": "Coinbot - Cryptocurrency Price Alert Notifier",
    "default_popup": "html/popup.html"
  },
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "MacCtrl+Shift+F"
      }
    }
  },
  "manifest_version": 2
}