{
  "name": "PinRoute (핀루트) - 자동 여행 지도",
  "short_name": "PinRoute",
  "description": "AI 추천 일정을 원클릭으로 구글 내 지도(My Maps)와 대중교통 내비게이션으로 만들어주는 서비스",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
