{
  "name": "LifeOS AI",
  "short_name": "LifeOS",
  "description": "Личный AI-ассистент с долгосрочной памятью, голосовым вводом и ежедневным Co-Pilot",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1B1814",
  "theme_color": "#1B1814",
  "lang": "ru",
  "categories": ["productivity", "lifestyle"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Чат",
      "url": "/dashboard/chat",
      "description": "Открыть чат с ИИ"
    },
    {
      "name": "Расходы",
      "url": "/dashboard/expenses",
      "description": "Добавить расход"
    }
  ]
}
