Qwant - The search engine that values you as a user, not as a product

Qwant - The search engine that values you as a user, not as a product

Qwant becomes your default search engine ! Start your new search experience now using Qwant's artificial intelligence.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "7.1.0",
  "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": 2,
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Qwant",
      "keyword": "www.qwant.com",
      "search_url": "https://www.qwant.com/?q={searchTerms}&client=ext-edge-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
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}