{
  "id": "/app/",
  "name": "Kitchen OS",
  "short_name": "Kitchen OS",
  "description": "Семейное меню, покупки, заготовки и порядок на кухне.",
  "start_url": "/app/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait-primary",
  "background_color": "#f6f1e8",
  "theme_color": "#171b1c",
  "lang": "ru",
  "categories": [
    "food",
    "lifestyle",
    "productivity"
  ],
  "icons": [
    {
      "src": "/app/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/app/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Сегодня",
      "short_name": "Сегодня",
      "url": "/app/",
      "icons": [
        {
          "src": "/app/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Покупки",
      "short_name": "Покупки",
      "url": "/app/shopping",
      "icons": [
        {
          "src": "/app/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Сессия заготовок",
      "short_name": "Сессии",
      "url": "/app/sessions",
      "icons": [
        {
          "src": "/app/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
