{
  "name": "Portal - P2P Transfer",
  "short_name": "Portal",
  "description": "Secure peer-to-peer file and message sharing through the warp gate. No servers, no tracking, just pure P2P.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "portal-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "portal-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "portal-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "categories": ["productivity", "utilities", "social"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Scan QR",
      "short_name": "Scan",
      "description": "Scan a QR code to connect",
      "url": "/?action=scan",
      "icons": [
        {
          "src": "portal-icon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Host Portal",
      "short_name": "Host",
      "description": "Create a portal for others to connect",
      "url": "/?action=host",
      "icons": [
        {
          "src": "portal-icon.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
