High School DxD Wallpapers New Tab

High School DxD Wallpapers New Tab

High School DxD theme in new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "version": "1.5.0.8",
  "host_permissions": [
    "https://high-school-dxd.newtab.be/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://high-school-dxd.newtab.be/*"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "chrome_url_overrides": {
    "newtab": "newtab.html?a"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*",
        "high-school-dxd",
        "40"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "128": "128.png"
  },
  "offline_enabled": true,
  "action": {},
  "default_locale": "en",
  "manifest_version": 3
}