{
  "name": "SecureVault — Šifrovaný správce hesel",
  "short_name": "SecureVault",
  "description": "Bezpečný šifrovaný správce hesel s AES-256-GCM. Zero-Knowledge, 2FA, týmy, sdílení souborů.",
  "start_url": "/app.html",
  "scope": "/",
  "id": "/app.html",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0a0c0f",
  "theme_color": "#00e5ff",
  "orientation": "portrait-primary",
  "lang": "cs",
  "dir": "ltr",
  "categories": ["productivity", "utilities", "security"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Přidat heslo",
      "short_name": "Přidat",
      "url": "/app.html#add",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Generátor hesel",
      "short_name": "Generátor",
      "url": "/app.html#generator",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": { "preferred_width": 400 }
}
