Real Custom Wallpaper: All tabs

Real Custom Wallpaper: All tabs

Custom background for web-page ,image wallpaper

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Real Custom Wallpaper: All tabs ",
  "version": "1.0",
  "description": "Custom background for web-page ,image wallpaper",
  "icons": {
    "128": "7.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_icon": "7.png",
    "default_popup": "popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}