{
  "name": "GrowBit - 습관 게이미피케이션",
  "short_name": "GrowBit",
  "description": "나만의 디지털 몬스터를 부화시키고 진화시키는 습관 형성 앱",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#c9e265",
  "theme_color": "#4a7a96",
  "orientation": "portrait",
  "scope": "./",
  "icons": [
    {
      "src": "icons/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512x512.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["lifestyle", "games", "productivity"]
}