{
  "name": "LonelyRoad - Solo Travel App",
  "short_name": "LonelyRoad",
  "description": "Connect with solo travelers, discover events, and explore cities together with AI-powered matching",
  "theme_color": "#B0DFF5",
  "background_color": "#ffffff",
  "display": "standalone",
  "scope": "/",
  "start_url": "/",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["travel", "social", "lifestyle"],
  "lang": "en-US",
  "dir": "ltr"
}