{
  "name": "CocoDuck",
  "short_name": "CocoDuck",
  "description": "Быстрый и безопасный мессенджер",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#17212B",
  "theme_color": "#17212B",
  "orientation": "any",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["social", "communication"],
  "shortcuts": [
    {
      "name": "Новый чат",
      "short_name": "Новый чат",
      "description": "Создать новый чат",
      "url": "/?action=new-chat",
      "icons": [
        {
          "src": "/logo.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/logo.png",
      "sizes": "540x720",
      "type": "image/png"
    }
  ]
}
