Quick Password

Quick Password

A customizable password generator that's always on hand.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "img/icon19.png",
    "default_popup": "popup.html"
  },
  "description": "A customizable password generator that's always on hand.",
  "icons": {
    "16": "img/icon16.png",
    "19": "img/icon19.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "name": "Quick Password",
  "options_page": "options.html",
  "version": "1.0.5",
  "manifest_version": 2
}