Examine source code of The search engine to improve your productivity - GoSearch

Inspect and view changes in The search engine to improve your productivity - GoSearch source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_title__",
  "version": "1.4.1",
  "description": "__MSG_description__",
  "default_locale": "en",
  "action": {
    "default_popup": "index.html",
    "default_icon": "icons/suite_38.png"
  },
  "options_page": "options.html",
  "icons": {
    "16": "icons/suite_16.png",
    "48": "icons/suite_32.png",
    "128": "icons/suite_128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "webRequest"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "service_worker": "service_worker.js"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "GoSearch",
      "keyword": "search.offidocs.com",
      "search_url": "https://search.offidocs.com/?q={searchTerms}&addon=chrome",
      "favicon_url": "https://search.offidocs.com/favicon.png",
      "encoding": "UTF-8",
      "is_default": true
    }
  }
}