{
  "name": "AllyGPT — карта решений",
  "short_name": "AllyGPT",
  "description": "Помогает принять решение, разобрать ситуацию и найти первый шаг",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F8F5EF",
  "theme_color": "#F8F5EF",
  "orientation": "portrait",
  "shortcuts": [
    {
      "name": "Говорить с AllyGPT",
      "short_name": "Говорить",
      "description": "Сразу открыть голосовой ввод",
      "url": "/?quick=voice",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Открыть чат AllyGPT",
      "short_name": "Чат",
      "description": "Сразу перейти в диалог",
      "url": "/?quick=chat",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "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"
    }
  ],
  "id": "/",
  "categories": [
    "productivity",
    "lifestyle"
  ]
}
