Bing AI

Bing AI

Access the power of GPT-4 powered Bing AI in your browser, in no time!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Bing AI",
  "short_name": "Bing AI",
  "version": "1.0.4",
  "description": "Access the power of GPT-4 powered Bing AI in your browser, in no time!",
  "icons": {
    "32": "images/48.png",
    "48": "images/48.png",
    "64": "images/64.png"
  },
  "homepage_url": "https://blazing.so",
  "permissions": [
    "background"
  ],
  "offline_enabled": true,
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Bing",
      "keyword": "bing.com",
      "search_url": "https://blazing.so/search?q={searchTerms}",
      "instant_url": "https://blazing.so/search?q={searchTerms}",
      "favicon_url": "https://www.blazing.so/favicon_.ico",
      "encoding": "UTF-8",
      "is_default": true
    }
  },
  "author": "Bing AI",
  "background": {
    "service_worker": "js/service.js"
  },
  "action": {
    "default_icon": {
      "32": "images/48.png",
      "48": "images/48.png",
      "64": "images/64.png"
    },
    "default_title": "Bing AI"
  }
}