Vel New Tab-Ultra-concise custom wallpaper new tab page

Vel New Tab-Ultra-concise custom wallpaper new tab page

This is an ultra-concise new tab page. There is nothing. You can use static pictures, Gif animations, and even videos as the…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDes__",
  "version": "4.0",
  "manifest_version": 3,
  "default_locale": "zh_TW",
  "chrome_url_overrides": {
    "newtab": "main.html"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "bookmarks"
  ],
  "icons": {
    "16": "/icon16.png",
    "32": "/icon32.png",
    "48": "/icon48.png",
    "128": "/icon128.png"
  },
  "host_permissions": [
    "https://*/",
    "http://*/"
  ]
}