{
  "name": "오늘런",
  "short_name": "오늘런",
  "description": "러닝 기록을 바탕으로 현재 상태와 다음 행동을 판단하는 모바일 웹앱",
  "lang": "ko-KR",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#edfaff",
  "theme_color": "#2f8fd1",
  "icons": [
    {
      "src": "./icons/todayrun-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/todayrun-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/todayrun-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/todayrun-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
