{
  "name": "Next2Me",
  "short_name": "Next2Me",
  "description": "Next2Me — share files directly between devices using WebTorrent. No server, no limits, no signup.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#22c55e",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Send Files",
      "short_name": "Send",
      "description": "Share files with others",
      "url": "/#send",
      "icons": [{ "src": "/favicon.svg", "sizes": "192x192" }]
    },
    {
      "name": "Receive Files",
      "short_name": "Receive",
      "description": "Receive files from others",
      "url": "/#receive",
      "icons": [{ "src": "/favicon.svg", "sizes": "192x192" }]
    }
  ],
  "categories": ["utilities", "productivity"],
  "screenshots": []
}