Sword God domain HD wallpaper home page

Sword God domain HD wallpaper home page

Set sword god domain hd wallpaper for the home page background, add new TAB page custom Settings, is a good tool to beautify the browser home page

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