Duck Duck Private

Duck Duck Private

The extension allows you to redirect requests to the Google search engine.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "incognito": "spanning",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://duckduckgo.com/*"
  ],
  "short_name": "__MSG_name__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0"
}