Secure Passwords

Secure Passwords

Generate strong and unique passwords for your various online accounts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_popup": "popup.html",
    "default_title": "Secure Passwords"
  },
  "description": "Generate strong and unique passwords for your various online accounts.",
  "homepage_url": "http://ctrlq.org/passwords/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "name": "Secure Passwords",
  "short_name": "Passwords",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.0"
}