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",
"version": "7.1.3",
"name": "__MSG_name__",
"short_name": "__MSG_short_name__",
"author": "Qwant",
"default_locale": "en",
"description": "__MSG_description__",
"icons": {
"16": "assets\/icons\/icon-16.png",
"19": "assets\/icons\/icon-19.png",
"38": "assets\/icons\/icon-38.png",
"128": "assets\/icons\/icon-128.png"
},
"omnibox": {
"keyword": "q"
},
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"https:\/\/*.qwant.com\/*"
],
"css": [
"assets\/css\/no-popin.css"
]
}
],
"minimum_chrome_version": "88.0",
"manifest_version": 3,
"chrome_settings_overrides": {
"search_provider": {
"name": "Qwant",
"keyword": "www.qwant.com",
"search_url": "https:\/\/www.qwant.com\/?q={searchTerms}&client=plgn-chrome-sb",
"favicon_url": "https:\/\/www.qwant.com\/favicon.ico",
"suggest_url": "https:\/\/api.qwant.com\/api\/suggest\/?q={searchTerms}&client=opensearch",
"encoding": "UTF-8",
"is_default": true,
"prepopulated_id": 94
}
}
}