SearchGPT Firefox

Examine source code of SearchGPT

Inspect and view changes in SearchGPT source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SearchGPT",
  "version": "1.0.6",
  "description": "Sets search.com as the default search engine for Firefox address bar searches",
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Search.com",
      "keyword": "search.com",
      "search_url": "https://search.com/?terms={searchTerms}&utm_source=firefox-extension&utm_campaign=default-search",
      "favicon_url": "https://search.com/favicon.ico",
      "encoding": "UTF-8",
      "is_default": true
    }
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "searchgpt-default@search.com"
    }
  }
}

Best SearchGPT Alternatives

Here are some Firefox add-ons that are similar to SearchGPT: