Pattern Password

Pattern Password

Pattern Password transforms a pattern you enter into a secure password depending the site you're using it on.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Pattern Password",
  "version": "1.0.0",
  "manifest_version": 2,
  "description": "Pattern Password transforms a pattern you enter into a secure password depending the site you're using it on.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "app": {
    "urls": [
      "http://paternpass.appspot.com/"
    ],
    "launch": {
      "web_url": "http://paternpass.appspot.com/"
    }
  }
}