ChatGPT for Web Search

ChatGPT for Web Search

Search in ChatGPT for Web Search, see both Google results and find out in 2 seconds what ChatGPT will tell you about it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "short_name": "5websearch",
  "version": "1.1",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "background": {
    "service_worker": "/backgroundScript/anainout.js"
  },
  "icons": {
    "128": "/assets/imgs/logo_128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "browser_style": false,
    "default_icon": {
      "128": "/assets/imgs/logo_128.png"
    },
    "default_title": "5websearch.com-Web Search System"
  },
  "chrome_url_overrides": {
    "newtab": "search.html"
  },
  "sandbox": {
    "pages": [
      "search.html"
    ]
  }
}