{
  "name": "AI Assistant",
  "short_name": "AI-Asst",
  "description": "Приватный голосовой ассистент с локальной LLM, умным домом и контролем здоровья",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#111827",
  "orientation": "portrait",
  "scope": "/",
  "lang": "ru",
  "categories": ["productivity", "utilities", "health"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ]
}