{
  "name": "AeroShare",
  "short_name": "AeroShare",
  "description": "Instant peer-to-peer file transfer over your local network. No servers, no limits.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0A0A0F",
  "theme_color": "#6C63FF",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "/icon-192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Send Files",
      "short_name": "Send",
      "description": "Open the sender screen",
      "url": "/send",
      "icons": [{ "src": "/icon-192", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Receive Files",
      "short_name": "Receive",
      "description": "Open the receiver screen",
      "url": "/receive",
      "icons": [{ "src": "/icon-192", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
