{
  "name": "iAuth 2FA",
  "short_name": "iAuth",
  "description": "Secure 2FA Authenticator System",
  "start_url": "index.php",
  "display": "standalone",
  "background_color": "#f2f2f7",
  "theme_color": "#3b82f6",
  "orientation": "portrait",
  "icons": [
    {
      "src": "2fa.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "2fa",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}