{
  "name": "러너온 RunnerOn",
  "short_name": "러너온",
  "description": "크루를 만들고, 기록을 공유하고, 포인트로 리워드까지 이어지는 러닝 플랫폼",
  "start_url": "/",
  "scope": "/",
  "id": "runneron-pwa",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#f7fbff",
  "theme_color": "#4E8FFF",
  "orientation": "portrait-primary",
  "lang": "ko",
  "categories": ["sports", "fitness", "health"],
  "prefer_related_applications": false,
  "related_applications": [],
  "icons": [
    {
      "src": "/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "홈",
      "short_name": "홈",
      "url": "/",
      "description": "러너온 홈으로 이동",
      "icons": [{ "src": "/img/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "명예의 전당",
      "short_name": "랭킹",
      "url": "/Ranking",
      "description": "명예의 전당 보기",
      "icons": [{ "src": "/img/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "공지사항",
      "short_name": "공지",
      "url": "/Notice",
      "description": "공지사항 확인",
      "icons": [{ "src": "/img/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
