New Tab Speed Dial Dark

New Tab Speed Dial Dark

New Tab Speed Dial Dark: Elevate your new tab experience with style and efficiency!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "New Tab Speed Dial Dark",
  "description": "New Tab Speed Dial Dark: Elevate your new tab experience with style and efficiency!",
  "version": "1.0",
  "action": {
    "default_popup": "newtab.html",
    "default_icon": {
      "16": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    }
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}