{
  "name": "AeroShare - P2P File Transfer",
  "short_name": "AeroShare",
  "description": "Experience lightning-fast, secure P2P file sharing with military-grade encryption. No servers required - direct browser-to-browser transfers.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#8b5cf6",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "utilities", "file-sharing"],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "icons": [
    {
      "src": "https://aero-share-sigma.vercel.app/icons/icon-2048x2048.png",
      "sizes": "2048x2048",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Share",
      "short_name": "Share",
      "description": "Start a new file share session",
      "url": "/dashboard"
    },
    {
      "name": "Join Room",
      "short_name": "Join",
      "description": "Connect to an existing share session",
      "url": "/dashboard?action=join"
    }
  ],
  "features": [
    "shareTarget",
    "fileHandlers",
    "networkAccess"
  ],
  "protocol_handlers": [
    {
      "protocol": "web+aeroshare",
      "url": "/dashboard?uri=%s"
    },
    {
      "protocol": "mailto",
      "url": "/dashboard?mailto=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "share-file",
      "accept": {
        "application/*": [
          ".pdf",
          ".doc",
          ".docx",
          ".txt",
          ".zip",
          ".rar",
          ".7z",
          ".jpg",
          ".jpeg",
          ".png",
          ".gif",
          ".mp4",
          ".avi",
          ".mp3",
          ".wav"
        ]
      }
    }
  ],
  "share_target": {
    "action": "share-files",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "files",
          "required": true
        }
      ]
    }
  },
  "handle_links": "preferred",
  "capture": ["file", "video", "audio"],
  "launch_handler": {
    "client_mode": ["navigate-existing", "focus-existing", "auto"]
  },
  "ms_content_uri": "https://aeroshare.app",
  "ms_hub_name": "AeroShare Hub"
}