{
  "name": "AI Health OS",
  "short_name": "AI Health",
  "description": "Личный дашборд здоровья: готовность, Garmin, вес, питание",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#06070a",
  "theme_color": "#06070a",
  "lang": "ru",
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "id": "/",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "categories": [
    "health",
    "lifestyle"
  ],
  "shortcuts": [
    {
      "name": "Записать вес",
      "short_name": "Вес",
      "url": "/?a=weight"
    },
    {
      "name": "Чек-ин",
      "short_name": "Чек-ин",
      "url": "/?a=checkin"
    },
    {
      "name": "Динамика",
      "short_name": "Динамика",
      "url": "/?a=progress"
    }
  ]
}