{
  "name": "오늘도봄",
  "short_name": "오늘도봄",
  "description": "돌봄 요청과 파트너 활동을 하나의 진입점에서 시작하는 오늘도봄 앱",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#F6F8FB",
  "theme_color": "#4F8DF7",
  "orientation": "portrait",
  "icons": [
    {
      "src": "./assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
