{
  "name": "casedaisy — Smart Scheduling",
  "short_name": "casedaisy",
  "description": "Route-optimized scheduling for mobile professionals",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FFFFFF",
  "theme_color": "#4A7C59",
  "icons": [
    { "src": "/icons/icon.svg", "sizes": "72x72", "type": "image/svg+xml" },
    { "src": "/icons/icon.svg", "sizes": "96x96", "type": "image/svg+xml" },
    { "src": "/icons/icon.svg", "sizes": "128x128", "type": "image/svg+xml" },
    { "src": "/icons/icon.svg", "sizes": "144x144", "type": "image/svg+xml" },
    { "src": "/icons/icon.svg", "sizes": "152x152", "type": "image/svg+xml" },
    { "src": "/icons/icon.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any maskable" },
    { "src": "/icons/icon.svg", "sizes": "384x384", "type": "image/svg+xml" },
    { "src": "/icons/icon.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "categories": ["business", "productivity", "health"],
  "shortcuts": [
    {
      "name": "Today's Schedule",
      "short_name": "Schedule",
      "url": "/schedule",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Clients",
      "short_name": "Clients",
      "url": "/clients",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "96x96" }]
    }
  ]
}
