Bloom (BLT) Price

Bloom (BLT) Price

Bloom (BLT) Price Monitor and other utilities around BLT

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bloom (BLT) Price",
  "description": "Bloom (BLT) Price Monitor and other utilities around BLT",
  "version": "1.0",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "author": "Jose Antonio Lazaro <[email protected]>, based on Alex Werner's code <[email protected]>",
  "icons": {
    "128": "icon.png"
  },
  "web_accessible_resources": [
    "icon.png"
  ],
  "permissions": [
    "background",
    "notifications",
    "storage",
    "https://api.coinmarketcap.com/",
    "http://www.ecb.europa.eu/"
  ]
}