Hayao Miyazaki Manga HD Wallpaper home Entertainment

Hayao Miyazaki Manga HD Wallpaper home Entertainment

Miyazaki's manga theme is the browser's background wallpaper, adding rich custom Settings, and is a great tool for beautifying the browser's home page and new tabs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "default_locale": "zh_CN",
  "version": "1.0.2",
  "minimum_chrome_version": "88.0.0",
  "content_security_policy": {},
  "chrome_url_overrides": {
    "newtab": "index.html#/"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.picknewtab.com/*",
        "*://*.jianyueku.com/*",
        "*://*.mytabworld.com/*"
      ],
      "js": [
        "js/foreground.js"
      ]
    }
  ],
  "icons": {
    "128": "128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}