Password Revealer

Password Revealer

Password Revealer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery-2.0.2.min.js",
        "mouseover.js"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "converted_from_user_script": true,
  "description": "Password Revealer",
  "name": "Password Revealer",
  "version": "0.1"
}