{
  "name": "Khurklockd — Encrypted Password Vault",
  "short_name": "Khurklockd",
  "description": "Local-first, zero-knowledge encrypted password manager with TOTP, breach monitoring, CSV/JSON import, and emergency access.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#07080D",
  "theme_color": "#07080D",
  "categories": ["utilities", "security", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Password Generator",
      "short_name": "Generator",
      "url": "/generator/",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "TOTP Codes",
      "short_name": "TOTP",
      "url": "/totp/",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}