{
  "name": "뽀글",
  "short_name": "뽀글",
  "description": "뽀글에서 제공하는 PWA 앱입니다.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#63BBFA",
  "icons": [
    {
      "src": "/img/ppogle-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/img/ppogle-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}