{
  "name": "Hurst Grange Equestrian",
  "short_name": "HGE",
  "description": "Livery & yard management for Hurst Grange Equestrian",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#f0f2f4",
  "theme_color": "#1e2a3e",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Feed Board",
      "short_name": "Feed",
      "url": "/dashboard/horses/feed",
      "description": "View today's feed board",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Tasks",
      "short_name": "Tasks",
      "url": "/dashboard/tasks",
      "description": "View and manage tasks",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "New Booking",
      "short_name": "Book",
      "url": "/dashboard/bookings",
      "description": "Make a facility booking",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Notice Board",
      "short_name": "Notices",
      "url": "/dashboard/notices",
      "description": "View yard notices",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
