BIP Ticker

BIP Ticker

Track BIP Price

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "BIP Ticker",
  "short_name": "BIP Ticker",
  "description": "Track BIP Price",
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "permissions": [
    "tabs",
    "storage",
    "webRequest",
    "contextMenus",
    "notifications"
  ],
  "author": "Raccoona Team",
  "icons": {
    "114": "/images/bip_114.png",
    "128": "/images/bip_128.png",
    "144": "/images/bip_144.png",
    "258": "/images/bip_258.png"
  },
  "background": {
    "page": "/views/background.html"
  },
  "browser_action": {
    "default_icon": {
      "144": "/images/bip_144.png"
    },
    "default_popup": "/views/popup.html",
    "default_title": "BIP price ticker"
  },
  "version": "1.0.0"
}