{
  "name": "SwimSmart PWA",
  "short_name": "SwimSmart",
  "description": "SwimSmart Progressive Web Application for swim safety management",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#294f8c",
  "orientation": "portrait-primary",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/swimsmart_logo.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to main dashboard",
      "url": "/",
      "icons": [
        {
          "src": "/swimsmart_logo.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}