{
  "name": "PlaygroundsHub",
  "short_name": "PlaygroundsHub",
  "description": "The verified national playground directory and open-play hub. Find playgrounds, filter by skill level, join open play tonight.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f4fdf5",
  "theme_color": "#00b34a",
  "categories": ["sports", "lifestyle", "travel", "fitness", "navigation"],
  "lang": "en-US",
  "dir": "ltr",
  "scope": "/",
  "orientation": "portrait-primary",
  "id": "/?source=pwa",
  "icons": [
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Find playgrounds near me",
      "short_name": "Near me",
      "description": "Geolocation-based playground court discovery",
      "url": "/near-me"
    },
    {
      "name": "Play tonight",
      "short_name": "Tonight",
      "description": "Smart court matcher",
      "url": "/play-tonight"
    },
    {
      "name": "Open-play calendar",
      "short_name": "Calendar",
      "description": "This week's open-play sessions",
      "url": "/calendar"
    },
    {
      "name": "Skill Match Quiz",
      "short_name": "Quiz",
      "description": "Five-question DUPR-style self-assessment",
      "url": "/quiz"
    }
  ]
}
