{
  "name": "Sportify",
  "short_name": "Sportify",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f6f7f8",
  "theme_color": "#1973f0",
  "orientation": "portrait",
  "description": "A mobile-first dashboard for booking pickleball courts, coaching sessions, and joining social matches.",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "sports",
    "social"
  ]
}