Make Qwant Great Again

Make Qwant Great Again

Better design and one click search through Google and other services for Qwant.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "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": 3
}