{
  "name": "FitDiary — Дневник питания",
  "short_name": "FitDiary",
  "description": "Считай калории с помощью AI. Фото, голос, штрихкоды.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#f97316",
  "orientation": "portrait",
  "categories": ["health", "fitness"],
  "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-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }
  ],
  "shortcuts": [
    {
      "name": "Добавить приём пищи",
      "short_name": "Добавить",
      "description": "Быстро добавить блюдо в дневник",
      "url": "/?add=1",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Сканер штрихкода",
      "short_name": "Сканер",
      "description": "Отсканировать продукт",
      "url": "/?scan=1",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Главный экран FitDiary"
    }
  ]
}
