{
  "name": "Спутник",
  "short_name": "Спутник",
  "display": "standalone",
  "start_url": "/",
  "scope": "/",
  "theme_color": "#F0785A",
  "background_color": "#FBF6EF",
  "icons": [
    { "src": "/icons/120.png", "sizes": "120x120", "type": "image/png" },
    { "src": "/icons/144.png", "sizes": "144x144", "type": "image/png" },
    { "src": "/icons/152.png", "sizes": "152x152", "type": "image/png" },
    { "src": "/icons/180.png", "sizes": "180x180", "type": "image/png" },
    { "src": "/icons/512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        { "name": "media", "accept": ["image/*", "video/*", "audio/*", "application/pdf"] }
      ]
    }
  }
}
