OneSearch

OneSearch

A powerful privacy-focused web search experience that gives you more control. Download the extension today!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "OneSearch",
  "description": "__MSG_onesearch_extension_description__",
  "version": "2.0.5",
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "OneSearch",
      "keyword": "OneSearch",
      "search_url": "https://onesearch.com/yhs/search?p={searchTerms}&yext=0",
      "suggest_url": "https://__MSG_onesearch_extension_search_suggest_domain__/?l=1&bm=3&output=fxjson&nresults=10&appid=www.onesearch.com&bck=false&spaceId=1351195845&command={searchTerms}",
      "favicon_url": "https://www.onesearch.com/favicon.ico",
      "encoding": "UTF-8",
      "is_default": true
    }
  },
  "default_locale": "en",
  "icons": {
    "128": "ui/img/Icon_128x128.png"
  },
  "action": {
    "default_icon": {
      "128": "ui/img/Icon_128x128.png"
    },
    "default_title": "OneSearch",
    "default_popup": "ui/popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "https://*.onesearch.com/*"
  ],
  "optional_host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "declarativeNetRequestWithHostAccess",
    "storage",
    "history",
    "tabs",
    "idle"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "ui/httpcheck.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}