Copilot Tweaks Firefox

Examine source code of Copilot Tweaks

By: Pfefan Add-on
Inspect and view changes in Copilot Tweaks source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Copilot Tweaks",
  "version": "1.0",
  "description": "A Firefox extension to change Microsoft Copilot client side settings.",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.bing.com/*"
      ],
      "js": [
        "src/main.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "64": "icons/icon64.png"
    },
    "default_popup": "src/popup/popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{78d83087-3d8d-4750-b607-80f15f2004d3}"
    }
  }
}

Best Copilot Tweaks Alternatives

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