{
  "name": "Files Wizard | files.dharmdutt.com",
  "short_name": "Files Vault",
  "description": "Secure multi-file upload and download wizard for files.dharmdutt.com",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0d14",
  "theme_color": "#0a0d14",
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "share-target.php",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "files",
          "accept": ["*/*", "image/*", "video/*", "application/pdf", ".doc", ".docx", ".xls", ".xlsx", ".csv", ".txt", ".zip"]
        }
      ]
    }
  },
  "categories": ["utilities", "productivity"]
}
