{
  "name": "TempShare — Secure Temporary File Sharing",
  "short_name": "TempShare",
  "description": "Upload any file up to 250MB and get a private share link. Files auto-delete after 24 hours.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0f0f",
  "theme_color": "#14b8a6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities", "productivity"],
  "screenshots": [
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
}
