{
  "name": "Best Swimming Spots Quiz",
  "short_name": "BestSwimSpots",
  "description": "Find the best swimming spots near you with our personalized quiz",
  "icons": [
    {
      "src": "/assets/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/assets/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/assets/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "theme_color": "#0891b2",
  "background_color": "#f0fdff",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "categories": ["sports", "lifestyle", "travel"],
  "lang": "en-US"
} 