{
  "id": "/",
  "name": "Свой Созвон",
  "short_name": "Созвон",
  "description": "Социальная сеть для общения и обмена контентом",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f1f3f8",
  "theme_color": "#6366f1",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/logo_exact_v5_32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo_exact_v5_48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo_exact_v5_108.png",
      "sizes": "108x108",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo_exact_v5_180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo_exact_v5_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo_exact_v5_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "image/*",
            "video/*",
            "audio/*",
            "application/pdf",
            "text/plain"
          ]
        }
      ]
    }
  }
}
