{
  "name": "Chatty — AI Ассистент",
  "short_name": "Chatty",
  "description": "Персональный AI ассистент с поддержкой текста, изображений, голоса и документов. Бесплатный ИИ чат на русском языке.",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#F7F6F3",
  "theme_color": "#2D2D2F",
  "orientation": "portrait-primary",
  "lang": "ru",
  "dir": "ltr",
  "categories": ["productivity", "utilities", "education"],
  "icons": [
    {
      "src": "/static/chatty-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/chatty-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/chatty-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/chatty-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Новый чат",
      "short_name": "Чат",
      "url": "/?new=1",
      "icons": [{"src": "/static/chatty-192.png", "sizes": "192x192"}]
    }
  ],
  "screenshots": [
    {
      "src": "/static/chatty-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Chatty AI — чат"
    }
  ]
}
