{
  "name": "Prostor.ai — Агрегатор нейросетей",
  "short_name": "Prostor.ai",
  "description": "Единая платформа для работы с ChatGPT, Claude, Gemini, Midjourney и другими нейросетями",
  "start_url": "/chats",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f0f0f",
  "theme_color": "#C800DF",
  "lang": "ru",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Новый чат",
      "url": "/chats/new",
      "description": "Создать новый чат с нейросетью"
    },
    {
      "name": "Агенты",
      "url": "/agents",
      "description": "Мои агенты"
    }
  ]
}
