{
  "name": "XrayTruth",
  "short_name": "XrayTruth",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0A0A0A",
  "theme_color": "#0A0A0A",
  "icons": [
    {
      "src": "/icons/manifest_192x192.png",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "/icons/manifest_512x512.png",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ],
  "share_target": {
    "action": "/api/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "file",
          "accept": [
            "audio/*",
            "audio/mpeg",
            "audio/ogg",
            "audio/wav",
            "audio/flac",
            "audio/mp4",
            "audio/opus",
            "video/mp4",
            "video/webm",
            "video/quicktime",
            "video/x-msvideo",
            "video/x-matroska",
            ".mp3",
            ".ogg",
            ".wav",
            ".flac",
            ".m4a",
            ".opus",
            ".mp4",
            ".webm",
            ".mov",
            ".avi",
            ".mkv"
          ]
        }
      ]
    }
  }
}
