Bit Chrome

Bit Chrome

Show Cryptocurrency price on your Chrome Source: https://coinmarketcap.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bit Chrome",
  "version": "1.1.0",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "author": "ReeganExE",
  "permissions": [
    "storage",
    "https://api.coinmarketcap.com/*"
  ],
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "browser_action": {
    "default_icon": {
      "19": "icon.png",
      "38": "icon.png"
    },
    "default_title": "Bit Chrome"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "icons": {
    "48": "icon.png",
    "128": "icon.png"
  }
}