{
  "name": "Playground Finder",
  "short_name": "Playgrounds",
  "description": "Find the best playground, skatepark, trail, or climbing gym near you — AI-powered weather, sun, and feature analysis.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f1923",
  "theme_color": "#0f1923",
  "orientation": "portrait-primary",
  "categories": ["lifestyle", "navigation", "kids", "sports"],
  "lang": "en-US",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.svg",
      "sizes": "1200x630",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Playground Finder — find your next spot"
    }
  ],
  "shortcuts": [
    {
      "name": "Find Playgrounds",
      "short_name": "Playgrounds",
      "description": "Find playgrounds near you",
      "url": "/?mode=playground",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Find Skateparks",
      "short_name": "Skateparks",
      "description": "Find skateparks near you",
      "url": "/?mode=skatepark",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Find Hiking Trails",
      "short_name": "Hiking",
      "description": "Find hiking trails near you",
      "url": "/?mode=hiking",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
