{
  "name": "Wanderwell — AI Walking Tours",
  "short_name": "Wanderwell",
  "description": "Personalized AI-generated walking tours with audio guides",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#ef4444",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["travel", "navigation", "entertainment"],
  "shortcuts": [
    {
      "name": "Start New Tour",
      "short_name": "New Tour",
      "description": "Generate a new audio tour",
      "url": "/",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Tour Library",
      "short_name": "Library",
      "description": "View your saved tours",
      "url": "/library",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}