Live New Tab - Living Wallpapers

Live New Tab - Living Wallpapers

Upgrade your desktop with beautiful live wallpapers!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Live New Tab - Living Wallpapers",
  "version": "1.3",
  "manifest_version": 3,
  "description": "Upgrade your desktop with beautiful live wallpapers! ",
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  }
}