{
  "name": "ClayGrounds Admin",
  "short_name": "ClayGrounds",
  "description": "ClayGrounds admin dashboard for managing sports facility bookings, venues, and customer reservations",
  "version": "1.0.0",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fefbf5",
  "theme_color": "#2CA166",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/claygrounds/BrandLogo.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/claygrounds/BrandLogo.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View the main admin dashboard",
      "url": "/",
      "icons": [
        {
          "src": "/claygrounds/BrandLogo.png?v=2",
          "sizes": "192x192"
        }
      ]
    }
  ]
}

