Bitcoin Alert

Bitcoin Alert

Extension let user set alert for Bitcoin when price is right!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bitcoin Alert",
  "short_name": "Bit Alert",
  "version": "1.0.1",
  "description": "Extension let user set alert for Bitcoin when price is right!",
  "icons": {
    "16": "img/bitcoin_Icon16.png",
    "48": "img/bitcoin_Icon48.png",
    "128": "img/bitcoin_Icon128.png"
  },
  "browser_action": {
    "default_icon": "img/bitcoin_Icon16.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' https://cdnjs.cloudflare.com https://maxcdn.bootstrapcdn.com https://ajax.googleapis.com; object-src 'self'",
  "background": {
    "persistent": true,
    "scripts": [
      "js/jquery-3.2.1.min.js",
      "js/background.js"
    ]
  },
  "permissions": [
    "storage",
    "notifications"
  ]
}