Auto NewTab

Auto NewTab

Always have a newtab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Auto NewTab",
  "version": "1.0.0.29",
  "version_name": "0.0.0.29",
  "description": "__MSG_extDescription__",
  "icons": {
    "128": "/icon/icon_128.png"
  },
  "default_locale": "en",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "management",
    "storage",
    "tabs",
    "webNavigation"
  ]
}