Copilot Sidebar Firefox

Examine source code of Copilot Sidebar

By: Yashjit
Inspect and view changes in Copilot Sidebar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Copilot sidebar",
  "version": "1.0",
  "description": "Embeds Microsoft Copilot in Firefox sidebar",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://copilot.microsoft.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "sidebar_action": {
    "default_title": "Microsoft Copilot Sidebar",
    "default_panel": "sidebar.html"
  },
  "icons": {
    "48": "icon-48.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "icon-48.png"
    },
    "default_title": "Copilot"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b140623a-e9c5-4e4b-8a48-be48aef92a62}"
    }
  }
}

Best Copilot Sidebar Alternatives

Here are some Firefox add-ons that are similar to Copilot Sidebar: