Crypto Prices (Binance)

Crypto Prices (Binance)

Prices of crypto currencies from Binance.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Crypto Prices (Binance)",
  "version": "1.2",
  "description": "Prices of crypto currencies from Binance.com",
  "homepage_url": "https://www.binance.com/?ref=11267633",
  "icons": {
    "48": "icons/addon-logo-48.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "tabs",
    "https://api.binance.com/*",
    "webRequest"
  ],
  "browser_action": {
    "default_icon": "icons/addon-logo-48.png",
    "default_title": "Crypto",
    "default_popup": "show_prices.html"
  }
}