Website Deleter

Website Deleter

A handy delete button so you can finally delete that site you hate

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extTitle__",
  "description": "__MSG_extDescription__",
  "version": "0.1.6.1",
  "version_name": "0.1.6 beta",
  "author": "David Swift",
  "default_locale": "en",
  "icons": {
    "128": "appIcon128.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_icon": "icon-disabled.png",
    "default_popup ": "popup.html"
  },
  "background": {
    "scripts": [
      "shared.js",
      "eventpage.js"
    ]
  }
}