{
  "short_name": "TripMind",
  "name": "TripMind AI: Gezi Planlayıcı",
  "description": "Yapay zeka destekli Türkiye şehir gezi rehberi. Şehrini seç, kişisel gezi rotanı saniyeler içinde oluştur.",
  "id": "/",
  "scope": "/",
  "lang": "tr-TR",
  "dir": "ltr",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "theme_color": "#059669",
  "background_color": "#F8FAFC",
  "orientation": "portrait",
  "categories": ["travel", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Yeni Rota",
      "short_name": "Planla",
      "description": "Yeni bir gezi planı oluştur",
      "url": "/",
      "icons": [{ "src": "/icon-512.png", "sizes": "512x512" }]
    },
    {
      "name": "Şehir Rehberleri",
      "short_name": "Şehirler",
      "description": "Türkiye şehir gezi rehberlerine göz at",
      "url": "/gezi",
      "icons": [{ "src": "/icon-512.png", "sizes": "512x512" }]
    }
  ]
}