{
  "id": "https://kaivault.kainoter.com/",
  "name": "KaiVault",
  "short_name": "KaiVault",
  "description": "Your Vault. Your Security. Password manager for the Kainoter ecosystem.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0d0d12",
  "theme_color": "#7C3AED",
  "categories": ["security", "utilities", "productivity"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Passwords",
      "short_name": "Passwords",
      "url": "/passwords",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Notes",
      "short_name": "Notes",
      "url": "/notes",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Documents",
      "short_name": "Docs",
      "url": "/documents",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
