{
  "name": "냥냥 장난감",
  "short_name": "냥냥장난감",
  "description": "고양이를 위한 프리미엄 터치 장난감 앱",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFAF8",
  "theme_color": "#5C3D2E",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/images/cat-icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/images/cat-icon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}