{
  "name": "LLM Secrets Auth",
  "short_name": "LLM Secrets",
  "description": "WebAuthn relay for scrt4 — tap once to unlock, or open your vault.",
  "start_url": "/",
  "scope": "/",
  "shortcuts": [
    {
      "name": "Open your vault",
      "short_name": "Vault",
      "description": "Read your secrets on this device with your passkey",
      "url": "/vault.html",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#ffffff",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
