{
  "_comment": "passman_manifest_x9k2p7.json — Passman — PWA Web App Manifest: defines installable app metadata, icons, and display behavior.",
  "name": "PassMan",
  "short_name": "PassMan",
  "description": "End-to-end encrypted password manager. Your vault is encrypted before it leaves your device.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0a0f",
  "theme_color": "#7c3aed",
  "icons": [
    {
      "src": "/static/passman_icon_v4t9k2.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/passman_icon_v4t9k2.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities", "productivity"]
}
