{
  "name": "Best Badge Kiosk",
  "short_name": "Best Badge",
  "description": "Badge printing kiosk application",
  "start_url": "/kiosk-login",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1e3a5f",
  "theme_color": "#1e3a5f",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/assets/kiosk-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
