Simplite New Tab

Simplite New Tab

A simple and light new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "version": "1.6.2",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "unlimitedStorage",
    "notifications"
  ],
  "host_permissions": [
    "https://api.pexels.com/*",
    "https://player.vimeo.com/*"
  ],
  "options_ui": {
    "page": "popup-options.html",
    "open_in_tab": false
  },
  "action": {
    "default_popup": "popup-options.html"
  },
  "icons": {
    "16": "resources/icon_x16.png",
    "32": "resources/icon_x32.png",
    "48": "resources/icon_x48.png",
    "128": "resources/icon_x128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}