Bing Chat and Copilot for Firefox Firefox

Examine source code of Bing Chat and Copilot for Firefox

Inspect and view changes in Bing Chat and Copilot for Firefox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_addonName__",
  "default_locale": "en_GB",
  "description": "__MSG_addonDescription__",
  "author": "__MSG_addonAuthorsList__",
  "version": "1.2.3",
  "browser_specific_settings": {
    "gecko_android": {
      "strict_min_version": "117.0"
    },
    "gecko": {
      "id": "{25f3c206-0311-4d88-9ca8-d3d9fdb2b513}"
    }
  },
  "homepage_url": "https://github.com/IKavanagh/BingChatInFirefox",
  "icons": {
    "48": "icons/icon.png",
    "96": "icons/icon@2x.png"
  },
  "permissions": [
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "*://*.bing.com/*",
    "*://*.copilot.microsoft.com/*"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_title": "__MSG_addonName__"
  },
  "sidebar_action": {
    "default_icon": {
      "48": "icons/icon.png",
      "96": "icons/icon@2x.png"
    },
    "default_title": "__MSG_addonName__",
    "default_panel": "src/sidebar.html",
    "open_at_install": false
  }
}

Best Bing Chat and Copilot for Firefox Alternatives

Here are some Firefox add-ons that are similar to Bing Chat and Copilot for Firefox: