Deface

Deface

Imagebreaking and anxiety reduction for the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.3",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "Deface",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "author": "Andy + Ji",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "jquery-2.0.0.min.js",
      "deface.js",
      "background.js",
      "facebook.js"
    ]
  },
  "permissions": [
    "http://*/",
    "contextMenus"
  ],
  "content_security_policy": "script-src 'self' https://connect.facebook.net; object-src 'self'",
  "browser_action": {
    "default_icon": "icon-small.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon-bitty.png",
    "48": "icon-small.png",
    "128": "icon-large.png"
  }
}