Dinks New Tab

Dinks New Tab

A new tab replacement to keep your bookmarks in sync with your new tab!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Dinks New Tab",
  "version": "2.0.0.0",
  "manifest_version": 2,
  "description": "A new tab replacement to keep your bookmarks in sync with your new tab!",
  "permissions": [
    "bookmarks",
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "./index.html"
  },
  "icons": {
    "512": "./D_Icon.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}