{
  "name": "WKPC Staff Portal",
  "short_name": "WKPC Staff",
  "description": "Mobile app for WKPC pest control staff to manage jobs, attendance, and GPS tracking",
  "start_url": "/staff/login",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#1F2937",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}