CoinMarketCal - Browser Addon

CoinMarketCal - Browser Addon

A broswer addon to see last event of Cryptos Currencies using CoinMarketCal Website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_APP_NAME__",
  "author": "@luluwebmaster",
  "description": "__MSG_APP_DESCRIPTION__",
  "version": "1.0.8",
  "permissions": [
    "notifications",
    "*://*.coinmarketcal.com/*",
    "*://*.cloudfront.net/*"
  ],
  "homepage_url": "https://coinmarketcal.com/",
  "icons": {
    "16": "/images/icon-128.png",
    "48": "/images/icon-128.png",
    "128": "/images/icon-128.png"
  },
  "browser_action": {
    "default_icon": "/images/icon-128.png",
    "default_title": "__MSG_APP_NAME__",
    "default_popup": "/views/popup.html"
  },
  "background": {
    "page": "/views/background.html"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "69.0"
    }
  }
}