DEMONWEB

DEMONWEB

HAIL THE LORD OF MISERY. BOW BEFORE HIS MIGHT AND COWER IN FEAR.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "DEMONWEB",
  "description": "HAIL THE LORD OF MISERY. BOW BEFORE HIS MIGHT AND COWER IN FEAR.",
  "version": "6.6.6",
  "web_accessible_resources": [
    "resources/*.png",
    "resources/*.jpg",
    "resources/*.gif",
    "resources/*.ogg"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "hell.css"
      ],
      "js": [
        "hell.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "resources/icon19.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "resources/icon16.png",
    "48": "resources/icon48.png",
    "128": "resources/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "commands": {
    "toggle-feature": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y"
      },
      "description": "Send a 'toggle-feature' event to the extension"
    },
    "_execute_browser_action": {
      "browser_action": {
        "default_icon": "Ctrl+Shift+F",
        "mac": "MacCtrl+Shift+F"
      }
    }
  }
}