PassCypher HSM PGP

Generate and manage your passwords
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "default_locale": "en",
  "version": "2.3.1",
  "icons": {
    "48": "favicon.7942b814.png"
  },
  "permissions": [
    "storage",
    "nativeMessaging",
    "videoCapture",
    "camera",
    "tabs"
  ],
  "background": {
    "service_worker": "main.7d6341ed.js"
  },
  "action": {
    "default_popup": "popup.c421b182.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": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script-autofill-otp.js"
      ],
      "all_frames": true,
      "run_at": "document_end",
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script-autofill-label.js"
      ],
      "all_frames": true,
      "run_at": "document_end",
      "css": []
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "passcypher-hsm@freemindtronic.com"
    }
  },
  "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"
}