{
  "name": "RealFeel",
  "short_name": "RealFeel",
  "description": "꾸미지 않은 나의 하루, 솔직한 감정을 기록하세요",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FDF8F0",
  "theme_color": "#BA7517",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}