iSnatch

iSnatch

Theres something behind the curtain!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "iSnatch",
  "version": "1.02",
  "description": "Theres something behind the curtain!",
  "icons": {
    "128": "isnatchlogo.png"
  },
  "web_accessible_resources": [
    "*.css",
    "*.js",
    "*.png",
    "*.gif",
    "*.jpg",
    "cached/*",
    "fonts/*",
    "images/*"
  ],
  "permissions": [
    "*://*.icatch-online.com/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "servemoddedfiles.js"
    ]
  },
  "browser_action": {
    "default_title": "Change Options for isnatch",
    "default_popup": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.icatch-online.com/booths/*"
      ],
      "all_frames": true,
      "run_at": "document_idle",
      "js": [
        "bootstrap.js"
      ]
    }
  ]
}