{
  "name": "Marvin's Connector (p2p)",
  "short_name": "Connector",
  "id": "./",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#1a1a1a",
  "theme_color": "#1877f2",
  "description": "Direkte Browser-zu-Browser Verbindung: Dateien, Chat, Media, ZIP & Verschlüsselung.",
  "lang": "de-DE",
  "share_target": {
    "action": "./index.html?shared=1",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        { "name": "files", "accept": ["*/*"] }
      ]
    }
  },
  "icons": [
    { "src": "./icons/logo.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any" },
    { "src": "./icons/favicon.png", "sizes": "192x192", "type": "image/png" }
  ]
}
