PassEye | Revealing passwords

PassEye | Revealing passwords

Revealing passwords in login and registration forms

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "author": "Sineway",
  "version": "3.2.0",
  "homepage_url": "https://github.com/sineway/pass-eye",
  "icons": {
    "16": "icons/pass-eye-16.png",
    "32": "icons/pass-eye-32.png",
    "64": "icons/pass-eye-64.png",
    "128": "icons/pass-eye-128.png",
    "256": "icons/pass-eye-256.png"
  },
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {},
  "commands": {
    "reveal_password": {
      "suggested_key": {
        "default": "Shift+Alt+R"
      },
      "description": "__MSG_shortcut__"
    }
  },
  "applications": {
    "gecko": {
      "strict_min_version": "63.0",
      "id": "password.visibility@sineway"
    }
  }
}