{
  "name": "Via Vitae",
  "short_name": "Via Vitae",
  "description": "Спутник на пути жизни. Не худеть. Жить.",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#FAF7F2",
  "theme_color": "#FAF7F2",
  "lang": "ru",
  "dir": "ltr",
  "categories": ["health", "lifestyle", "wellbeing"],
  "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-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Утро",
      "short_name": "Утро",
      "url": "/morning.html",
      "description": "Утренний ритуал"
    },
    {
      "name": "Вечер",
      "short_name": "Вечер",
      "url": "/evening.html",
      "description": "Вечерний ритуал"
    },
    {
      "name": "Сад",
      "short_name": "Сад",
      "url": "/garden.html",
      "description": "Главный экран"
    }
  ]
}
