{
  "name": "언제뛸까?",
  "short_name": "언제뛸까",
  "description": "지금 뛰면 횡단보도를 건널 수 있을지 알려주는 PWA",
  "lang": "ko-KR",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f8fafc",
  "theme_color": "#0ea5e9",
  "categories": ["utilities", "navigation", "lifestyle"],
  "icons": [
    {
      "src": "/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "속도 측정",
      "short_name": "측정",
      "url": "/calibrate"
    }
  ]
}
