{
  "name": "Orbix Authenticator",
  "short_name": "Orbix Auth",
  "description": "Secure 2FA authentication for teams. Manage TOTP codes with workspaces and team collaboration.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#7935FF",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/icon.svg",
      "sizes": "32x32",
      "type": "image/svg+xml"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "categories": ["security", "productivity", "utilities"],
  "lang": "en"
}