{
  "name":             "NEXUS",
  "short_name":       "NEXUS",
  "description":      "Instant peer-to-peer communication. No accounts. No cloud.",
  "start_url":        "/?source=pwa",
  "display":          "standalone",
  "background_color": "#ffffff",
  "theme_color":      "#ffffff",
  "orientation":      "portrait-primary",
  "lang":             "en",
  "categories":       ["communication", "social", "utilities"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "screenshots": [],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": { "text": "share", "url": "share" }
  },
  "protocol_handlers": [
    { "protocol": "web+nexus", "url": "/?connect=%s" }
  ]
}
