Web Tab Live

Web Tab Live

Replace the new tab background with a beautiful abstract wallpaper.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Web Tab Live",
  "version": "1.0.4",
  "description": "Replace the new tab background with a beautiful abstract wallpaper.",
  "icons": {
    "128": "128.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://webtablive.com/*"
  ],
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "background": {
    "service_worker": "lib.js"
  },
  "update_url": "https://clients2.google.com/service/update2/crx"
}