New tab

New tab

New tab with duckduckgo search bar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "New tab",
  "description": "New tab with duckduckgo search bar",
  "author": "kogik",
  "version": "1.0.0",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "300": "N-icon.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}