Wallpapers Clan - Dynamic New Tab Wallpapers

Wallpapers Clan - Dynamic New Tab Wallpapers

Transform your tabs with lit wallpapers! Every tab's a new vibe. Dive into aesthetic, anime, games & more! Try cool HD Backgrounds.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Wallpapers Clan - Dynamic New Tab Wallpapers",
  "version": "1.2",
  "description": "Transform your tabs with lit wallpapers! Every tab's a new vibe. Dive into aesthetic, anime, games & more! Try cool HD Backgrounds.",
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}