{
  "name": "BariWeekend - 바리위켄드",
  "short_name": "BariWeekend",
  "description": "모터사이클 라이딩을 위한 소셜 네트워크 플랫폼",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3385FF",
  "orientation": "portrait-primary",
  "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": ["social", "lifestyle", "travel"],
  "shortcuts": [
    {
      "name": "경로 생성",
      "short_name": "경로",
      "description": "새로운 라이딩 경로 만들기",
      "url": "/courses/new",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "내 차고",
      "short_name": "차고",
      "description": "내 모터사이클 관리",
      "url": "/garage",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
