sigmarxtension-template Firefox

Examine source code of sigmarxtension-template

By: st3lll4
Inspect and view changes in sigmarxtension-template source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "sigmar-template@st3lll4",
  "version": "1.1",
  "description": "A small browser extension template, built with TypeScript and Vite. Supports both Chrome and Firefox.",
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "tabs"
  ],
  "host_permissions": [
    "https://random-d.uk/*",
    "https://httpbin.org/*"
  ],
  "action": {
    "default_popup": "entrypoints/popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "modules/*.js",
        "index.js",
        "modulepreload-polyfill.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "sigmar-template@st3lll4",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best sigmarxtension-template Alternatives

Here are some Firefox add-ons that are similar to sigmarxtension-template: