{
  "name": "Личный Календарь Жизни",
  "short_name": "1 ДЕНЬ",
  "description": "Твой текущий день жизни, прожитые дни и выбранный жизненный горизонт.",
  "lang": "ru",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#090d1b",
  "theme_color": "#0b0f20",
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "id": "./",
  "categories": [
    "lifestyle",
    "productivity"
  ],
  "shortcuts": [
    {
      "name": "Сегодня",
      "short_name": "Сегодня",
      "description": "Открыть текущий день жизни",
      "url": "./?view=today",
      "icons": [
        {
          "src": "./icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Карта жизни",
      "short_name": "Карта",
      "description": "Открыть карту дней жизни",
      "url": "./?view=map",
      "icons": [
        {
          "src": "./icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
