Crypto Price Tracker Firefox

Examine source code of Crypto Price Tracker

Inspect and view changes in Crypto Price Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Crypto Price Tracker",
  "version": "1.0.0",
  "description": "Live BTC, ETH, LTC & TRON prices powered by CoinGecko. Lightweight popup, updates every 10 minutes.",
  "browser_specific_settings": {
    "gecko": {
      "id": "crypto-price-tracker@extension",
      "strict_min_version": "58.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "https://api.coingecko.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Crypto Price Tracker",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "96": "icons/icon96.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  }
}

Best Crypto Price Tracker Alternatives

Here are some Firefox add-ons that are similar to Crypto Price Tracker: