{
  "id": "/",
  "name": "깨비아씨 운세",
  "short_name": "깨비아씨",
  "description": "깨비아씨가 전해주는 오늘의 운세와 부적 서비스",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1b0033",
  "theme_color": "#1b0033",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}