Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Kagi Search",
"version": "1.2.2.5",
"description": "Set Kagi as your default search engine while also preserving your session in private browsing. Remember to enable 'Allow Incognito'.",
"background": {
"service_worker": "service_worker.js",
"type": "module"
},
"icons": {
"16": "icons\/icon_16px.png",
"32": "icons\/icon_32px.png",
"48": "icons\/icon_48px.png",
"180": "icons\/icon_180px.png"
},
"action": {
"default_icon": "icons\/icon_32px.png",
"default_title": "Kagi Search",
"default_popup": "popup.html"
},
"permissions": [
"contextMenus",
"cookies",
"declarativeNetRequestWithHostAccess",
"webRequest",
"storage"
],
"host_permissions": [
"https:\/\/*.kagi.com\/*"
],
"chrome_settings_overrides": {
"search_provider": {
"name": "Kagi",
"search_url": "https:\/\/kagi.com\/search?q={searchTerms}",
"favicon_url": "https:\/\/assets.kagi.com\/v2\/favicon-32x32.png",
"keyword": "@kagi",
"is_default": true,
"suggest_url": "https:\/\/kagisuggest.com\/api\/autosuggest?q={searchTerms}",
"encoding": "UTF-8"
}
},
"incognito": "spanning"
}