{
  "name": "GHOST Messenger",
  "short_name": "GHOST",
  "description": "Secure E2EE messenger with voice and video calls",
  "start_url": "/messenger",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#050505",
  "theme_color": "#050505",
  "lang": "ru",
  "dir": "ltr",
  "scope": "/",
  "categories": ["social", "productivity", "communication"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Открыть мессенджер",
      "short_name": "Мессенджер",
      "url": "/messenger",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
