{
  "name": "토끼의 당근 벽돌깨기",
  "short_name": "토끼 벽돌깨기",
  "description": "귀여운 토끼와 함께하는 당근 벽돌깨기 게임",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f4f9f4",
  "theme_color": "#8bc34a",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
