{
  "name": "TripNotePlan - AI Travel Itinerary Planner",
  "short_name": "TripNotePlan",
  "description": "AI 기반 여행 일정 자동 생성 서비스. Plan your perfect trip with AI-powered itinerary generation, route optimization, and cost management.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f6f7f8",
  "theme_color": "#001f54",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
