Design basé sur le thème classique de Qwant et recherche en un clic via Google, Duckduckgo, Google Maps, Wikipedia et Youtube pour Qwant.com.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Make Qwant Great Again",
"version": "1.2.6",
"description": "Better design and one click search through Google and other services for Qwant.",
"content_scripts": [
{
"matches": [
"https://*.qwant.com/*"
],
"exclude_matches": [
"https://*.qwant.com/maps*"
],
"run_at": "document_start",
"js": [
"script.js"
],
"css": [
"styles.css"
]
}
],
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
"id": "{1834aa1e-b891-49d6-8ff9-0b858e18401e}"
}
}
}