{
  "id": "/?balance-ai",
  "name": "Balance AI",
  "short_name": "Balance AI",
  "description": "Personal AI assistant for tasks, health, finance, notes and daily planning.",
  "start_url": "/dashboard?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "background_color": "#eef3f1",
  "theme_color": "#eef3f1",
  "orientation": "portrait-primary",
  "categories": ["productivity", "finance", "health"],
  "lang": "ru",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Чат",
      "short_name": "Чат",
      "description": "Быстро написать ассистенту",
      "url": "/chat",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Сегодня",
      "short_name": "Сегодня",
      "description": "План дня и быстрые действия",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Задачи",
      "short_name": "Задачи",
      "description": "Открытые дела и сроки",
      "url": "/tasks",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Здоровье",
      "short_name": "Здоровье",
      "description": "Вес, вода, питание и рекомендации",
      "url": "/health",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/api/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*"]
        }
      ]
    }
  }
}
