{
  "name": "Ingredee",
  "short_name": "Ingredee",
  "description": "식재료 관리 및 AI 레시피 추천 서비스",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "categories": ["food", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png?v=9",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png?v=9",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "제품 추가",
      "short_name": "추가",
      "url": "/products/add",
      "icons": [{ "src": "/icon-192.png?v=9", "sizes": "192x192" }]
    },
    {
      "name": "레시피 보기",
      "short_name": "레시피",
      "url": "/recipes/list",
      "icons": [{ "src": "/icon-192.png?v=9", "sizes": "192x192" }]
    }
  ]
}
