VeChain Price Checker

VeChain Price Checker

View crypto currencies of VeChain and others from exchanges.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "VeChain Price Checker",
  "description": "View crypto currencies of VeChain and others from exchanges.",
  "version": "3.1.6",
  "manifest_version": 2,
  "icons": {
    "48": "icons/icon.png",
    "128": "icons/icon.png"
  },
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_title": "Crypto Prices",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "alarms",
    "https://coins.abyteahead.com/*"
  ]
}