{
  "name": "FileShot - Secure File Sharing",
  "short_name": "FileShot",
  "description": "Fast, private file sharing with zero-knowledge encryption. Upload and share files instantly.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#111827",
  "theme_color": "#1a73e8",
  "lang": "en",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screens/fileshot-desktop-home.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "FileShot home — upload and share files"
    }
  ],
  "shortcuts": [
    {
      "name": "Upload a File",
      "url": "/",
      "description": "Jump straight to the upload screen"
    },
    {
      "name": "My Files",
      "url": "/my-files",
      "description": "View and manage your uploaded files"
    }
  ]
}
