DOM Destroyer

DOM Destroyer

Destroy the Document Object Model.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "DOM Destroyer",
  "version": "1.0.1",
  "description": "Destroy the Document Object Model.",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "main.js"
    ],
    "css": [
      "css/styles.css"
    ]
  },
  "homepage_url": "http://rnolan.com",
  "web_accessible_resources": [
    "css/styles.css",
    "images/logo.png",
    "images/single.png",
    "images/triple.png",
    "images/revolver.png",
    "images/top-view.png",
    "images/track-pad.png",
    "images/space-key.png",
    "images/target.png",
    "fonts/exo-medium-webfont.eot",
    "fonts/exo-medium-webfont.woff",
    "fonts/exo-medium-webfont.ttf"
  ],
  "permissions": [
    "storage",
    "tabs",
    "http://*/*",
    "https://*/*"
  ]
}