{
  "name": "CCS CheckFlow Pro",
  "short_name": "CheckFlow",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2a6de9",
  "description": "Real-time CCS check-in and presence system",
  "icons": [
    { "src": "/icons/192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Open Dashboard",
      "short_name": "Dashboard",
      "description": "Open the main dashboard",
      "url": "/",
      "icons": [{ "src": "/icons/192.png", "sizes": "192x192" }]
    }
  ]
}
