{
  "name": "Pool Sage",
  "short_name": "Pool Sage",
  "description": "Smart Pool Care Coaching and Chemical Assistant",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F4F7F8",
  "theme_color": "#0E83C8",
  "categories": ["utilities", "productivity", "lifestyle"],
  "icons": [
    {
      "src": "/poolsage-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/poolsage-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/poolsage-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Ask AL GEE",
      "short_name": "Chat",
      "description": "Chat with your AI Pool Coach AL GEE",
      "url": "/chat",
      "icons": [{ "src": "/poolsage-icon.png", "sizes": "192x192" }]
    },
    {
      "name": "My Pool Checklist",
      "short_name": "Tasks",
      "description": "View today's checklist",
      "url": "/tasks",
      "icons": [{ "src": "/poolsage-icon.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-chat.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Chat with Coach AL GEE"
    },
    {
      "src": "/screenshots/desktop-dashboard.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Smart Pool Care Dashboard"
    }
  ]
}
