Anime Beauty Theme 4k Wallpapers HomePage

Anime Beauty Theme 4k Wallpapers HomePage

The Anime Beauties Wallpaper is browser extension that provides wallpapers, supports daily updates, and has no advertisements.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "1.0.1",
  "optional_host_permissions": [
    "https://suggestion.baidu.com/*",
    "https://google.com/*"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "default_locale": "en",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionSummary__",
  "action": {
    "default_title": "__MSG_extensionName__"
  },
  "icons": {
    "128": "./static/icons/icon_128.png"
  },
  "background": {
    "service_worker": "scripts/service-worker.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}