{
  "name": "Coupon Book",
  "short_name": "쿠폰북",
  "description": "로컬에 저장되는 개인 쿠폰/스탬프 관리 앱 — LightOn Plus Lab",
  "lang": "ko",
  "dir": "ltr",
  "categories": ["lifestyle", "productivity"],
  "id": "./",
  "start_url": ".",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f7f9fb",
  "theme_color": "#f7f9fb",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
