Copilot Sidebar Firefox

Examine source code of Copilot Sidebar

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",
  "description": "Displays a sidebar with Microsoft Copilot AI, like Edge",
  "version": "3.0",
  "applications": {
    "gecko": {
      "strict_min_version": "73.0",
      "id": "{3ec50fbf-2d8c-4126-8f6d-5fd4ec3e49dc}"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "512": "icons/icon512.png"
  },
  "sidebar_action": {
    "default_icon": {
      "512": "icons/icon512.png"
    },
    "default_title": "Copilot AI",
    "default_panel": "index.html"
  },
  "browser_action": {
    "default_icon": {
      "512": "icons/icon512.png"
    }
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Ctrl+Alt+F"
      }
    }
  }
}

Best Copilot Sidebar Alternatives

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