Habs Radio Sync Firefox

Examine source code of Habs Radio Sync

By: MA Lcl
Inspect and view changes in Habs Radio Sync source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "version": "1.0.0",
  "default_locale": "en",
  "author": "Habs Radio Sync",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_title": "__MSG_extensionName__",
    "default_popup": "src/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "src/host-utils.js",
      "src/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.sportsnet.ca/*",
        "https://*.rds.ca/*",
        "https://*.tvasports.ca/*"
      ],
      "js": [
        "src/stations.js",
        "src/content.js"
      ],
      "css": [
        "src/panel.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "storage",
    "scripting",
    "activeTab"
  ],
  "optional_host_permissions": [
    "https://*/*"
  ],
  "host_permissions": [
    "https://*.streamtheworld.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/audio-host.html"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "habs-radio-sync@mleclair",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ]
      },
      "strict_min_version": "142.0"
    }
  }
}

Best Habs Radio Sync Alternatives

Here are some Firefox add-ons that are similar to Habs Radio Sync: