{
  "name": "Pickleball Stacker",
  "short_name": "PB Stacker",
  "description": "Open-play session manager for pickleball — courts, queue, and rankings in one place.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#2d6a4f",
  "theme_color": "#2d6a4f",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": ["sports", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Open Play",
      "short_name": "Play",
      "description": "Jump to the Live Play tab",
      "url": "/",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
