{
  "name": "Burn After",
  "short_name": "Burn After",
  "description": "Send sensitive files with single-use links that disappear after download.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0b1017",
  "theme_color": "#0b1017",
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "application/octet-stream",
            "application/pdf",
            "application/zip",
            "application/x-zip-compressed",
            "application/msword",
            "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
            "application/vnd.ms-excel",
            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
            "application/vnd.ms-powerpoint",
            "application/vnd.openxmlformats-officedocument.presentationml.presentation",
            "audio/*",
            "image/*",
            "text/*",
            "video/*",
            ".doc",
            ".docx",
            ".gif",
            ".heic",
            ".heif",
            ".jpeg",
            ".jpg",
            ".pdf",
            ".png",
            ".ppt",
            ".pptx",
            ".txt",
            ".webp",
            ".xls",
            ".xlsx",
            ".zip"
          ]
        }
      ]
    }
  },
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
