Website Destroyer

Website Destroyer

Destroy any website now!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.2",
  "name": "Website Destroyer",
  "description": "Destroy any website now!",
  "permissions": [
    "tabs",
    "<all_urls>",
    "downloads"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "web_accessible_resources": [
    "img/*.png",
    "mp3/*.mp3"
  ],
  "background": {
    "scripts": [
      "jquery.js",
      "background.js"
    ]
  },
  "browser_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"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}