CryptoVision - Portfolio Tracker

CryptoVision - Portfolio Tracker

Most convenient way to track Bitcoin and Cryptocurrencies prices on the browser. No Navigation Necessary.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CryptoVision - Portfolio Tracker",
  "short_name": "CryptoVision",
  "description": "Most convenient way to track Bitcoin and Cryptocurrencies prices on the browser. No Navigation Necessary.",
  "icons": {
    "128": "img/cv-128.png"
  },
  "version": "0.1.2",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "https://api.coinmarketcap.com/*"
  ],
  "background": {
    "scripts": [
      "js/jquery-3.2.1.min.js",
      "js/background.js"
    ]
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+X",
        "linux": "Ctrl+Shift+X",
        "windows": "Ctrl+Shift+X",
        "mac": "Command+Shift+X"
      }
    }
  }
}