Spirit Blossom Ahri 4K Wallpaper HomePage

Spirit Blossom Ahri 4K Wallpaper HomePage

Spirit Blossom Ahri is a browser plugin that provides 4K wallpapers, supports daily updates, and is ad-free.

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"
}