Heat Tracker Firefox

Examine source code of Heat Tracker

Inspect and view changes in Heat Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Heat Tracker",
  "version": "1.1.1",
  "description": "Heat Tracker for BGA",
  "browser_specific_settings": {
    "gecko": {
      "id": "myextension1.0@heattracker.com"
    }
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/icon_extension.png"
    },
    "default_title": "Heat Tracker"
  },
  "content_scripts": [
    {
      "matches": [
        "https://boardgamearena.com/*"
      ],
      "js": [
        "dist/contentController.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best Heat Tracker Alternatives

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