DuckDuckGo New Tab

DuckDuckGo New Tab

Sets your new tab to the DuckDuckGo home page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "DuckDuckGo New Tab",
  "version": "3.1",
  "description": "Sets your new tab to the DuckDuckGo home page.",
  "manifest_version": 2,
  "icons": {
    "16": "icon_16.png",
    "19": "icon_19.png",
    "38": "icon_38.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "chrome_url_overrides": {
    "newtab": "duck.html"
  }
}