PassCypher HSM PGP

PassCypher HSM PGP

Generate and manage your passwords

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "default_locale": "en",
  "version": "1.4.0",
  "icons": {
    "48": "favicon.7942b814.png"
  },
  "permissions": [
    "storage",
    "nativeMessaging"
  ],
  "background": {
    "service_worker": "main.a438b6a9.js"
  },
  "action": {
    "default_popup": "popup.0ba2ef45.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "content-script-bitb.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script-autofill.js"
      ],
      "all_frames": true,
      "run_at": "document_end",
      "css": []
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "loading.gif",
        "locales/*/strings.json",
        "content-script-*.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "https://api.pwnedpasswords.com/"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}