Passwords

Passwords

Generates strong passwords for you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Passwords",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "manifest_version": 2,
  "version": "2.0.1",
  "browser_action": {
    "default_icon": "password.png",
    "default_popup": "popup.html"
  },
  "offline_enabled": true,
  "background": {
    "scripts": [
      "popup.js"
    ],
    "persistent": false
  },
  "omnibox": {
    "keyword": "passwords"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "password16.png",
    "48": "password48.png",
    "128": "password128.png"
  },
  "homepage_url": "http://www.bettysoft.de",
  "short_name": "Passwords"
}