{
  "name": "SOTB — Beauty Clinic OS",
  "short_name": "SOTB",
  "description": "상담 중심의 피부관리샵 운영 플랫폼",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#1D1D1F",
  "theme_color": "#1D1D1F",
  "lang": "ko",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "business",
    "productivity"
  ]
}