Mindpass Password Manager

Mindpass Password Manager

Next Generation Password Management

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Mindpass Password Manager",
  "description": "Next Generation Password Management",
  "version": "1.1.1.9",
  "icons": {
    "16": "MP_Logo-Icon-16.png",
    "38": "icon38.png",
    "48": "MP_Logo-Icon-48.png",
    "128": "MP_Logo-Icon-128.png"
  },
  "browser_action": {
    "default_title": "Mindpass",
    "default_icon": {
      "38": "icon38.png"
    },
    "default_popup": "credentials.html"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "form_submits.js",
        "autofillcheck.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "frame.html"
  ],
  "permissions": [
    "<all_urls>",
    "tabs",
    "activeTab",
    "contextMenus",
    "cookies",
    "https://mindpass-33.firebaseapp.com/",
    "downloads"
  ],
  "content_security_policy": "script-src 'self'  https://www.google-analytics.com/  https://js.stripe.com/v3/  https://www.gstatic.com/ blob: 'wasm-eval'",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnaOOnlC4IRUSpC0ujNuHS35K2h38YWv3kwKPZL58/l8QJZdsY9YxLIqIpGV8E9AN8EiUlu9nfLzsWIoE+dC++V5jwOApxs9Db3Lx9R+fPBVkwvWbbwq6TOYAFh9H31OgLHYn5DLgqlAUzQQgOT6Wfhr3DFEqPaWEjiQfY8522wNXzPnVbNH+w/AY4fRCHCawDFFzx1kStHs3VqEQr7f5EkCkisX279AWsrJHJbJ6aqlKv3PcH/0fC+kbzolESxoC4NbVTlJpZxy+B3+hOw69WDbu1pHmHN4da6aw+8rfjyvItmry3mG47YcBa7J94DyII2B/+EGSe9vxlb+DRyoFLQIDAQAB"
}