Password Hint

Password Hint

Lists out the password requirements for the current website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Password Hint",
  "manifest_version": 2,
  "version": "1.0.8",
  "description": "Lists out the password requirements for the current website",
  "author": "Drake Levy",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "128": "icon128.png"
    },
    "default_title": "Click to see website password requirements",
    "default_popup": "index.html"
  },
  "permissions": [
    "tabs",
    "storage"
  ]
}