Copilot Sidebar Firefox

Examine source code of Copilot Sidebar

Por: Bluppie05 Add-on
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"
      }
    }
  }
}

Mejores alternativas Copilot Sidebar

Aquí hay algunas Firefox add-ons que son similares a Copilot Sidebar: