Wikipedia Citation Needed Firefox

Examine source code of Wikipedia Citation Needed

Inspect and view changes in Wikipedia Citation Needed source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "[STABLE] Wikipedia Citation Needed",
  "description": "A browser extension for finding citations in Wikipedia by using ChatGPT",
  "options_page": "options.html",
  "background": {
    "service_worker": "background.bundle.js",
    "scripts": [
      "background.bundle.js"
    ]
  },
  "action": {
    "default_title": "Click to open Citation Needed in Sidepanel"
  },
  "icons": {
    "128": "logo-dev.png"
  },
  "host_permissions": [
    "http://localhost:8000/find_citation",
    "https://citation-needed-api.toolforge.org/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "logo.png",
        "world.gif"
      ],
      "matches": []
    }
  ],
  "permissions": [
    "scripting",
    "activeTab",
    "storage",
    "sidePanel",
    "contextMenus"
  ],
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "sidebar_action": {
    "default_icon": "logo.png",
    "default_title": "Wikipedia Citation Needed",
    "default_panel": "sidepanel.html",
    "open_at_install": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "derenrich@wikimedia.org"
    }
  },
  "version": "0.2.0"
}

Best Wikipedia Citation Needed Alternatives

Here are some Firefox add-ons that are similar to Wikipedia Citation Needed: