Pleasant Password Server Auto-Filler

Pleasant Password Server Auto-Filler

Access & fill site passwords with Pleasant Password Server

Merlin
Additional files are visible only to premium users

manifest.json


{
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlEkgVmWh/af/4MZH3AYVE6G8brVFiab0sJmgNJiFMsleJdo3JZSrt1mph6lAtwRy61epy8lR2JUQ9R1I0U2AyFeEUyoQCzRYhJkoOSlowUf3CIZ0vnmAEXGLaWlgZGSVhMseHxy/S/y/OEjgpvkjP5t1hOktqEGRdYG9UH5irhxAsRrSrI/GrZvngX/0TeKeKH/LHKtWA6m5Zcl/3mLNvx2ToxtbYG8hkxYPL04iXjncATg7I6c6+UB6HmaykiG7z6iCnGu2Mh2vslJFfqUKkPJ/6m/0fiIYlOph/MRfAS10VC2R+ApxjIJ5higXMt807SYzrT1Baq/RYiZeN7w3XQIDAQAB",
  "name": "__MSG_extensionName__",
  "version": "0.90.5",
  "description": "__MSG_extensionDescription__",
  "manifest_version": 3,
  "default_locale": "en",
  "permissions": [
    "storage",
    "cookies",
    "tabs",
    "webNavigation",
    "identity",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background-scripts/background.js"
  },
  "action": {
    "default_icon": {
      "16": "images/ppass-icon-16.png",
      "32": "images/ppass-icon-32.png",
      "48": "images/ppass-icon-48.png",
      "128": "images/ppass-icon-128.png"
    },
    "default_popup": "views/popup.htm"
  },
  "icons": {
    "16": "images/ppass-icon-16.png",
    "32": "images/ppass-icon-32.png",
    "48": "images/ppass-icon-48.png",
    "128": "images/ppass-icon-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "jquery.js",
        "images/*",
        "styles/*",
        "views/*",
        "styles/fonts/*",
        "bootstrap-4.5.2-dist/*/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "styles/ppass-page-styles.css"
      ],
      "js": [
        "jquery.js",
        "messages/iframe-change-response.js",
        "messages/login-captured-message.js",
        "messages/get-settings-request.js",
        "content-scripts/prompt-manager.js",
        "content-scripts/validate.js",
        "content-scripts/field-detector.js",
        "content-scripts/capture.js"
      ]
    }
  ]
}