{
  "name": "Skanee - Умный ассистент для документов",
  "short_name": "Skanee",
  "description": "Умный ассистент который знает все документы вашей компании. Загружайте инструкции и получайте мгновенные ответы.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png", 
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "lang": "ru",
  "dir": "ltr",
  "categories": ["business", "productivity", "education"],
  "shortcuts": [
    {
      "name": "Оставить заявку",
      "short_name": "Заявка", 
      "description": "Связаться с нами",
      "url": "/#lead-form",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
} 