{
  "id": "ru.moe-menyu.app",
  "name": "Мое меню",
  "short_name": "Мое меню",
  "description": "Мое меню — персональное питание и меню",
  "start_url": "/menu?source=pwa",
  "scope": "/",
  "lang": "ru",
  "dir": "ltr",
  "categories": ["food", "lifestyle", "health"],
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/landing/my-menu-420.webp",
      "sizes": "420x913",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Меню на день с КБЖУ"
    },
    {
      "src": "/assets/landing/cooking-420.webp",
      "sizes": "420x913",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Карточка рецепта"
    },
    {
      "src": "/assets/landing/shopping_2-420.webp",
      "sizes": "420x913",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Список покупок"
    }
  ],
  "shortcuts": [
    {
      "name": "Меню",
      "url": "/menu",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Покупки",
      "url": "/shopping",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Профиль",
      "url": "/profile",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    }
  ],
  "theme_color": "#ffa630",
  "background_color": "#ffffff",
  "display": "standalone"
}
