{
  "name": "Sendly - Secure File Sharing & Fast Transfer",
  "short_name": "Sendly",
  "description": "Sendly lets you securely share files instantly between devices with optional encryption and fast peer-to-peer transfer.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#3f51b5",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "utilities",
    "productivity",
    "file sharing"
  ],
  "shortcuts": [
    {
      "name": "File Share (PairDrop)",
      "short_name": "PairDrop",
      "description": "Share files directly across devices on the same network",
      "url": "/pairdrop.html",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Live Notepad",
      "short_name": "Notepad",
      "description": "Real-time collaborative notepad and clipboard",
      "url": "/notepad.html",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Screen Share",
      "short_name": "Screen",
      "description": "Stream and screen share directly in your browser",
      "url": "/screen.html",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
