{
  "name": "SnapSend",
  "short_name": "SnapSend",
  "id": "/",
  "description": "Encrypted temporary file sharing for any file type up to 10GB.",
  "lang": "en",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#f6f8fb",
  "theme_color": "#e11d48",
  "categories": ["productivity", "utilities", "security"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Upload files",
      "short_name": "Upload",
      "url": "/?source=pwa-upload",
      "icons": [
        {
          "src": "/pwa-192x192.png?v=20260628b",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Admin monitor",
      "short_name": "Admin",
      "url": "/admin?source=pwa-admin",
      "icons": [
        {
          "src": "/pwa-192x192.png?v=20260628b",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/pwa-192x192.png?v=20260628b",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/pwa-512x512.png?v=20260628b",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/maskable-512x512.png?v=20260628b",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48 32x32 16x16",
      "type": "image/x-icon"
    }
  ]
}
