Cardano (ADA) | Simple Ticker

Cardano (ADA) | Simple Ticker

Displays quick information about the current price of Cardano in your browser's toolbar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Cardano (ADA) | Simple Ticker",
  "description": "Displays quick information about the current price of Cardano in your browser's toolbar.",
  "version": "1.0.1",
  "icons": {
    "128": "icons/128.png"
  },
  "browser_action": {
    "default_title": "Cardano (ADA)",
    "default_icon": "icons/19.png",
    "default_popup": "html/popup.html"
  },
  "background": {
    "scripts": [
      "js/jquery.min.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "https://coinlib.io/coin/ADA/Cardano",
    "contextMenus"
  ]
}