{
  "name": "Punchy Time Clock",
  "short_name": "Punchy",
  "description": "School district employee time tracking",
  "start_url": "/kiosk",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#071327",
  "theme_color": "#1d4ed8",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
