ManageEngine Password Manager Pro

ManageEngine Password Manager Pro

Secure vault for storing and managing shared sensitive information such as passwords, documents & digital identities of enterprises

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_Password_Manager_Pro__",
  "version": "1.2.1.1",
  "description": "__MSG_PMP_Description__",
  "browser_action": {
    "default_icon": "images/pmp_48x48.png",
    "default_title": "__MSG_Password_Manager_Pro__",
    "default_popup": "html/pmpPopup.html"
  },
  "background": {
    "scripts": [
      "js/jquery-3.1.0.min.js",
      "js/PMP_BG.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/PMP_CS.js",
        "js/jquery-3.1.0.min.js"
      ],
      "css": [
        "css/autofill.css"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "permissions": [
    "tabs",
    "cookies",
    "webRequest",
    "webNavigation",
    "management",
    "clipboardRead",
    "clipboardWrite",
    "storage",
    "https://*/*",
    "http://*/*",
    "privacy"
  ],
  "content_security_policy": "default-src 'self';script-src 'self'; object-src 'self'; child-src 'self'; style-src 'self';img-src * data: blob: filesystem:;connect-src * data: blob: filesystem:;",
  "icons": {
    "16": "images/pmp_16x16.png",
    "48": "images/pmp_48x48.png",
    "128": "images/pmp_128x128.png"
  },
  "web_accessible_resources": [
    "images/pmp_16x16.png",
    "css/autofill.css",
    "images/loading.gif",
    "html/autoFill.html"
  ],
  "applications": {
    "gecko": {
      "id": "jid1-Sr1xtqTx9MX0Aw@jetpack"
    }
  }
}