Credits (CS) Informer

Credits (CS) Informer

This simple extension allows you to track price changes of Credits

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "This simple extension allows you to track price changes of Credits",
  "manifest_version": 2,
  "default_locale": "en",
  "icons": {
    "64": "img/logo.png",
    "128": "img/logo128.png"
  },
  "browser_action": {
    "default_popup": "src/popup.html"
  },
  "options_page": "src/options.html",
  "version": "2.4",
  "short_name": "credits-informer",
  "permissions": [
    "https://api.coinmarketcap.com/*",
    "tabs",
    "<all_urls>"
  ],
  "author": "Alexander Kupriyanov"
}