{
  "name": "2FA Code Generator",
  "short_name": "2FA Gen",
  "description": "Generate TOTP two-factor authentication codes in your browser. Nothing is sent to a server.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#0891b2",
  "icons": [
    { "src": "/images/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/images/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/images/logo.svg", "sizes": "any", "type": "image/svg+xml" }
  ]
}
