{
  "name": "Jamaica Ops — Jamaica Beach RV Resort",
  "short_name": "Jamaica Ops",
  "id": "/home",
  "description": "Internal operations app for Jamaica Beach RV Resort staff: schedules, time clock, incidents, tasks and shift handoffs.",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0e1c2b",
  "theme_color": "#0e1c2b",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-180.png", "sizes": "180x180", "type": "image/png" }
  ],
  "shortcuts": [
    { "name": "Clock in / out", "url": "/clock" },
    { "name": "Report an incident", "url": "/ops" },
    { "name": "Command Center", "url": "/owner" }
  ]
}
