{
  "name": "FileDex — Convert, Resize & Edit Files in Your Browser",
  "short_name": "FileDex",
  "description": "Browser-based file converter. 100% private, no uploads.",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#2563EB",
  "background_color": "#FFFFFF",
  "icons": [
    {
      "src": "/brand/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/brand/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/brand/maskable-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "file",
          "accept": ["*/*"]
        }
      ]
    }
  }
}
