Bing ChatGPT

Bing ChatGPT

Bing ChatGPT is a free AI app. Use Bing with ai chat bot at the same time on your browser new tab page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.0.2",
  "manifest_version": 3,
  "icons": {
    "16": "logo.png",
    "32": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "host_permissions": [
    "https://*.openai.com/",
    "https://suggestqueries.google.com/*",
    "https://server.aitools.band/*",
    "https://accounts.google.com/*"
  ],
  "permissions": [
    "storage",
    "topSites",
    "history",
    "identity"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {},
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  }
}