{
  "name": "SUNTECH Field App",
  "short_name": "SUNTECH",
  "description": "SUNTECH Enterprises Field Operations App",
  "start_url": "/mobile",
  "display": "standalone",
  "background_color": "#1e3a5f",
  "theme_color": "#1e3a5f",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/logo192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Check In",
      "url": "/mobile?action=checkin",
      "description": "Quick check-in"
    },
    {
      "name": "Services",
      "url": "/mobile/services",
      "description": "View services"
    }
  ]
}
