Website Destroyer

Website Destroyer

Destroy any website now!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "2.0",
  "name": "Website Destroyer",
  "description": "Destroy any website now!",
  "permissions": [
    "activeTab",
    "downloads",
    "scripting"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "img/*.png",
        "mp3/*.mp3"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "img/ico19.png"
  },
  "icons": {
    "16": "img/ico16.png",
    "19": "img/ico19.png",
    "32": "img/ico32.png",
    "48": "img/ico48.png",
    "128": "img/ico128.png"
  }
}