PPGen - Pattern Password Generator

PPGen - Pattern Password Generator

Generates unique passwords for websites with a single pattern.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "css/ppg.css"
      ],
      "js": [
        "js/lib/jquery.min.js",
        "js/ppg.js",
        "js/ppg.i18n.js",
        "js/ppg_load.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2QAAK0yb9AW55tT+xatS8qOY5jik4hQiBEgAwGDad4B9c4i77jzhwmQUvCmZ0Qfq1xDW4LuFtN71py/nF0ucako/PxlJCibtlKpwX3SY95reA9p3KJJlu2rmqpDRobmpI42o/VLFnRqDJpkiL3W0loynQlezuW2NP3TMsmJFxzeJs+QIkhq9KruxUG5TWSxaDSCHjmVjnhvOj3JdbeQAdw+NKNIzxb38g/l5RELGqwiktyMW22AGw/G4x47Sv1o6EgGpw7JGDOTRmPeeKL8kYyYHxq4V73Sk5bFQm2nQ7tPOXNCNBHgieo8mL3nOQIfhe1Qe94Y0GnXxf4lStALXLQIDAQAB",
  "manifest_version": 2,
  "name": "PPGen - Pattern Password Generator",
  "page_action": {
    "default_icon": {
      "19": "icons/icon-19.png",
      "38": "icons/icon-38.png"
    },
    "default_title": "Download video using TubeGrabber"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "short_name": "PPGen",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.4.2"
}