{
  "short_name": "Vault",
  "name": "Vault - Secure Password Manager",
  "description": "A secure password manager with end-to-end encryption",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable any"
    },
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable any"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#1a1a2e",
  "background_color": "#0f0f23",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["productivity", "utilities", "security"],
  "lang": "en",
  "dir": "ltr"
}