World Wonders

World Wonders

An excellent new tab extension for your Edge browser with a World Wonders theme.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "World Wonders",
  "version": "1.1.0",
  "description": "An excellent new tab extension for your Edge browser with a World Wonders theme.",
  "icons": {
    "16": "assets/icons/16px.png",
    "96": "assets/icons/96px.png",
    "128": "assets/icons/128px.png"
  },
  "author": "Candy Tech",
  "homepage_url": "https://www.worldwonderstab.com/",
  "permissions": [
    "cookies",
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "*://*.worldwonderstab.com/*"
  ],
  "chrome_url_overrides": {
    "newtab": "new-tab.html"
  },
  "background": {
    "service_worker": "mainClass.js",
    "type": "module"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}