New Tab. Minimal.

New Tab. Minimal.

An Improved Homepage for Fast Access to Your Favorite Websites!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "/js/background.js",
    "type": "module"
  },
  "chrome_url_overrides": {
    "newtab": "/index.html"
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "permissions": [
    "webRequest",
    "cookies",
    "storage",
    "unlimitedStorage",
    "declarativeNetRequestWithHostAccess",
    "alarms"
  ],
  "version": "1.0.0.3"
}