{
  "name": "QHub Share",
  "short_name": "Share",
  "description": "Мгновенный обмен файлами между устройствами — QHub",
  "start_url": "/share",
  "scope": "/share",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0ea5e9",
  "theme_color": "#0ea5e9",
  "lang": "ru",
  "share_target": {
    "action": "/share/room",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/share/room",
      "accept": {
        "*/*": [".*"]
      },
      "launch_type": "single-client",
      "icons": [
        {
          "src": "/tools/share/icon-512.png",
          "sizes": "512x512",
          "type": "image/png"
        },
        {
          "src": "/tools/share/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "launch_handler": {
    "client_mode": ["focus-existing", "navigate-existing"]
  },
  "icons": [
    {
      "src": "/tools/share/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/tools/share/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/tools/share/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ]
}
