{
  "name": "LighChat — безопасный мессенджер с QR-входом",
  "short_name": "LighChat",
  "description": "Безопасный мессенджер: чаты, аудио и видеозвонки, видеоконференции, игры в чате, секретные чаты, E2E-шифрование, мульти-девайс через QR.",
  "lang": "ru-RU",
  "dir": "ltr",
  "id": "/",
  "categories": ["social", "communication", "productivity"],
  "start_url": "/dashboard",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0a0e17",
  "theme_color": "#0a0e17",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Чаты",
      "url": "/dashboard/chat",
      "icons": [
        {
          "src": "/pwa/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Конференции",
      "url": "/dashboard/meetings",
      "icons": [
        {
          "src": "/pwa/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.lighchat.mobile",
      "id": "com.lighchat.mobile"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/lighchat/id6745498787"
    },
    {
      "platform": "webapp",
      "url": "https://lighchat.online/manifest.json"
    }
  ]
}
