Wondertab

Wondertab

Wondertab is a minimalistic extension to make your new tabs shine.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "short_name": "__MSG_name__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon_16.png",
      "24": "icons/icon_24.png",
      "32": "icons/icon_32.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "js/background.js",
    "type": "module"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "permissions": [
    "history",
    "unlimitedStorage",
    "contextMenus",
    "storage",
    "topSites",
    "management"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "version": "2.0.1"
}