{
  "name": "TENDIS Портал инвестора",
  "short_name": "Инвестор",
  "description": "Личный кабинет инвестора для сделок, выплат, документов, отчётов и настроек профиля.",
  "start_url": "/investor-portal",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0EA5E9",
  "orientation": "portrait-primary",
  "scope": "/investor-portal",
  "id": "/investor-portal",
  "icons": [
    {
      "src": "/icons/investor-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["finance", "business"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Обзор",
      "short_name": "Обзор",
      "url": "/investor-portal",
      "icons": [{ "src": "/icons/investor-icon.svg", "sizes": "any" }]
    },
    {
      "name": "Сделки",
      "short_name": "Сделки",
      "url": "/investor-portal/investments",
      "icons": [{ "src": "/icons/investor-icon.svg", "sizes": "any" }]
    },
    {
      "name": "Профиль",
      "short_name": "Профиль",
      "url": "/investor-portal/settings",
      "icons": [{ "src": "/icons/investor-icon.svg", "sizes": "any" }]
    }
  ]
}
