{
  "id": "/",
  "scope": "/",
  "start_url": "/chats?utm_source=pwa",
  "name": "!гузями — мессенджер",
  "short_name": "!гузями",
  "description": "Мессенджер Guzya",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#1a1a20",
  "theme_color": "#c2410c",
  "categories": ["social", "communication"],
  "lang": "ru",
  "dir": "ltr",
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Чаты",
      "short_name": "Чаты",
      "description": "Список чатов",
      "url": "/chats?utm_source=shortcut",
      "icons": [{ "src": "/shortcut-chats.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Контакты",
      "short_name": "Контакты",
      "description": "Список контактов",
      "url": "/contacts?utm_source=shortcut",
      "icons": [{ "src": "/shortcut-contacts.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Поиск",
      "short_name": "Поиск",
      "description": "Поиск пользователей",
      "url": "/search?utm_source=shortcut",
      "icons": [{ "src": "/shortcut-search.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "image",
          "accept": ["image/jpeg", "image/png", "image/gif", "image/webp"]
        }
      ]
    }
  },
  "screenshots": [
    {
      "src": "/screenshot-mobile-1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Список чатов"
    },
    {
      "src": "/screenshot-mobile-2.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Окно чата"
    }
  ]
}
