CryptoCurrency Exchange Tracker

CryptoCurrency Exchange Tracker

This is 0.1 version of tracking crypto price from different exchanges. Gdax is available for now. Upcoming exhanges are: coinbase,…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CryptoCurrency Exchange Tracker",
  "version": "1.50",
  "browser_action": {
    "default_icon": {
      "16": "img.png"
    },
    "default_title": "CryptoCurrency Exchange Tracker",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "identity"
  ],
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}