{
  "name": "BeeCRM - CRM система для управления бизнесом",
  "short_name": "BeeCRM",
  "description": "Современная CRM система с интеграцией Instagram, WhatsApp, Telegram и AI чат-ботом",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#667eea",
  "orientation": "portrait-primary",
  "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": [
    "business",
    "productivity",
    "utilities"
  ],
  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "BeeCRM - Рабочий стол"
    },
    {
      "src": "/screenshot-2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "BeeCRM - Канбан доска"
    }
  ],
  "shortcuts": [
    {
      "name": "Рабочий стол",
      "short_name": "Главная",
      "description": "Открыть рабочий стол",
      "url": "/boards",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Задачи",
      "short_name": "Задачи",
      "description": "Открыть список задач",
      "url": "/tasks",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
