Bing AI

Bing AI

Bing AI transforms your search into bing with an advanced bing chatbot. Seamlessly use bing alongside AI chatbot at the same time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.2",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "16": "images/icons/16.png",
    "32": "images/icons/32.png",
    "48": "images/icons/48.png",
    "64": "images/icons/64.png",
    "128": "images/icons/128.png",
    "256": "images/icons/256.png"
  },
  "manifest_version": 3,
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Bing AI",
      "keyword": "ba",
      "is_default": true,
      "encoding": "UTF-8",
      "favicon_url": "https://service.bing-ai.chat/extensions/bingai_chat_own/favicon.ico",
      "search_url": "https://bing-ai.chat/?q={searchTerms}",
      "suggest_url": "https://service.bing-ai.chat/extensions/bingai_chat_own/suggest.php?q={searchTerms}"
    }
  }
}