CryptoLive - Cryptocurrency Price Tracker

CryptoLive - Cryptocurrency Price Tracker

View current prices of cryptocurrencies at different exchanges and track price changes graphically

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CryptoLive - Cryptocurrency Price Tracker",
  "description": "View current prices of cryptocurrencies at different exchanges and track price changes graphically",
  "author": "Dumindu Buddhika Karunathilaka (www.dumindu.me)",
  "version": "1.0.5",
  "short_name": "CryptoLive",
  "browser_action": {
    "default_icon": "img/icons/icon.png",
    "default_popup": "src/popup.html"
  },
  "icons": {
    "16": "img/icons/icon16.png",
    "48": "img/icons/icon48.png",
    "128": "img/icons/icon128.png"
  },
  "permissions": [
    "<all_urls>",
    "storage"
  ]
}