popCoin

popCoin

Get notified of incoming and outgoing Bitcoin payments!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "popCoin",
  "description": "Get notified of incoming and outgoing Bitcoin payments!",
  "version": "2.0",
  "background": {
    "scripts": [
      "/src/background.js",
      "/src/jquery-2.0.3.js"
    ],
    "persistent": false
  },
  "permissions": [
    "https://blockchain.info/",
    "https://www.bitstamp.net/",
    "background",
    "notifications",
    "alarms",
    "storage"
  ],
  "web_accessible_resources": [
    "/res/48logo.png",
    "/res/popcoin.png",
    "/res/donate_address.png"
  ],
  "icons": {
    "48": "/res/test48.png"
  },
  "browser_action": {
    "default_icon": "/res/19logo.png",
    "default_title": "popCoin!",
    "default_popup": "popup.html"
  }
}