{
  "id": "/meal-prep/",
  "name": "밀프랩 플래너(Meal-Prep Planner)",
  "short_name": "밀프랩",
  "description": "98가지 한식·양식 레시피로 주간 식단표·장보기 리스트를 자동 생성. 조리 순서·요리 팁·대체 재료 정보 제공. Auto weekly meal plan, shopping list & cooking guide with 98 Korean recipes.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#fdf6e3",
  "theme_color": "#2c3e50",
  "lang": "ko",
  "dir": "ltr",
  "categories": ["food", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "주간 식단표",
      "short_name": "식단표",
      "description": "이번 주 자동 생성된 식단표 보기",
      "url": "./#section-weekly",
      "icons": [{"src": "icon-192.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "장보기 리스트",
      "short_name": "장보기",
      "description": "이번 주 식단의 장보기 리스트",
      "url": "./#section-shopping",
      "icons": [{"src": "icon-192.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "조리 순서",
      "short_name": "조리 순서",
      "description": "효율적인 조리 순서와 밑준비 가이드",
      "url": "./#section-cooking",
      "icons": [{"src": "icon-192.png", "sizes": "192x192", "type": "image/png"}]
    }
  ]
}
