{
  "name": "타래 TARAE Kitchen",
  "short_name": "타래",
  "description": "셰프와 식당 사장을 위한 주방 관리 앱 — 식자재, 레시피, 원가, 메뉴를 한곳에서",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#F7F0E3",
  "theme_color": "#F7F0E3",
  "orientation": "portrait",
  "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"
    }
  ]
}