Wizard Browser extension Firefox

Examine source code of Wizard Browser extension

Inspect and view changes in Wizard Browser extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GitHub Wizard",
  "version": "2.5",
  "description": "",
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "./index.js"
      ],
      "css": [
        "./styles.css"
      ]
    }
  ],
  "action": {
    "default_popup": "./popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "preferred_environment": [
      "service_worker"
    ]
  },
  "host_permissions": [
    "https://github.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "github-wizard@holdex.io",
      "strict_min_version": "136.0"
    }
  }
}

Best Wizard Browser extension Alternatives

Here are some Firefox add-ons that are similar to Wizard Browser extension: