{
  "name": "WhereCrew — 아웃도어 동호회",
  "short_name": "WhereCrew",
  "description": "런닝, 등산, 자전거, 모터사이클 아웃도어 동호회 플랫폼",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#00BFA5",
  "theme_color": "#00BFA5",
  "lang": "ko",
  "categories": ["sports", "social", "fitness"],
  "icons": [
    { "src": "/img/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/img/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "활동 시작",
      "short_name": "활동",
      "description": "GPS 추적 활동 시작",
      "url": "/?action=start",
      "icons": [{ "src": "/img/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "피드 보기",
      "short_name": "피드",
      "description": "크루 활동 피드",
      "url": "/?page=feed",
      "icons": [{ "src": "/img/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
