Bing Chat Everywhere

Bing Chat Everywhere

Bring the power of Bing ChatGPT to all browsers with this simple extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Bing Chat Everywhere",
  "description": "Bring the power of Bing ChatGPT to all browsers with this simple extension.",
  "version": "1.1.0",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "128": "icon128.png",
    "192": "icon192.png",
    "512": "icon512.png",
    "1024": "icon1024.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "storage"
  ],
  "host_permissions": [
    "http://.bing.com/",
    "https://.bing.com/"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}