Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.0.2",
"background": {
"service_worker": "index.js",
"type": "module"
},
"action": {
"default_icon": {
"48": ".\/icons\/icon48.png",
"128": ".\/icons\/icon128.png"
},
"default_title": "Ghostery Private Search"
},
"manifest_version": 3,
"name": "Ghostery Private Search for Chrome",
"icons": {
"16": ".\/icons\/icon16.png",
"48": ".\/icons\/icon48.png",
"128": ".\/icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
".\/icons\/icon16.png",
".\/icons\/icon48.png",
".\/icons\/icon128.png"
],
"all_frames": true,
"matches": [
"<all_urls>"
]
}
],
"chrome_settings_overrides": {
"search_provider": {
"name": "Ghostery Private Search",
"search_url": "https:\/\/ghosterysearch.com\/search?q={searchTerms}",
"favicon_url": "https:\/\/ghosterysearch.com\/favicon.ico",
"keyword": "@ghostery",
"is_default": true,
"suggest_url": "https:\/\/ghosterysearch.com\/suggest",
"suggest_url_get_params": "q={searchTerms}",
"encoding": "UTF-8"
}
}
}