{
  "name": "Crypta - Secure Password Manager",
  "short_name": "Crypta",
  "description": "Open-source password manager with military-grade Argon2id encryption. Securely store passwords and encrypted notes.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon_manifest.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon_manifest.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "security", "utilities"],
  "screenshots": [
    {
      "src": "/icon_manifest.png",
      "sizes": "1280x720",
      "type": "image/png"
    }
  ]
}
