{
  "name": "Petrovich Web",
  "short_name": "Petrovich",
  "description": "Чат с LLM через MQTT",
  "start_url": "/#/chats",
  "display": "standalone",
  "background_color": "#0f0f1a",
  "theme_color": "#1a1a2e",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "ru",
  "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"
    }
  ],
  "categories": ["utilities", "productivity"],
  "shortcuts": [
    {
      "name": "Новый чат",
      "url": "/#/chats",
      "description": "Создать новый чат"
    }
  ]
}
