{
  "name": "2FA Auth - Online TOTP Code Generator",
  "short_name": "2FA Auth",
  "description": "Free online TOTP generator for two-factor authentication. Secure, fast, and easy to use.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F5F5F0",
  "theme_color": "#FFE600",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["security", "utilities", "productivity"],
  "icons": [
    {
      "src": "/images/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/images/screenshot-narrow.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Generate 2FA Code",
      "short_name": "Generate",
      "description": "Generate a new 2FA code",
      "url": "/",
      "icons": [{ "src": "/images/favicon-32x32.png", "sizes": "32x32" }]
    },
    {
      "name": "API Documentation",
      "short_name": "API",
      "description": "View API documentation",
      "url": "/api-docs",
      "icons": [{ "src": "/images/favicon-32x32.png", "sizes": "32x32" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
