GPTGO.AI - Search & ChatGPT

GPTGO.AI - Search & ChatGPT

The extension redirects the search to GPTGo.AI, the free ChatGPT hybrid search engine.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "GPTGO.AI - Search & ChatGPT",
  "version": "1.0",
  "icons": {
    "16": "icons/sp_icon_16.png",
    "48": "icons/sp_icon_48.png",
    "128": "icons/sp_icon_128.png"
  },
  "description": "The extension redirects the search to GPTGo.AI, the free ChatGPT hybrid search engine.",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}