Active Tab → Home Assistant Firefox

Examine source code of Active Tab → Home Assistant

Inspect and view changes in Active Tab → Home Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Active Tab → Home Assistant",
  "version": "2.0.3",
  "description": "Reports the active browser tab to Home Assistant via webhook.",
  "homepage_url": "https://github.com/GeoffreyCoulaud/home-assistant-active-tab",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "alarms"
  ],
  "optional_host_permissions": [
    "*://*/*"
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_title": "Active Tab → Home Assistant",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{61d778e5-1738-490d-81d4-441d10ab4592}",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "browsingActivity"
        ]
      }
    }
  }
}

Best Active Tab → Home Assistant Alternatives

Here are some Firefox add-ons that are similar to Active Tab → Home Assistant: