{
  "name": "FileDost – Private Device File Sharing",
  "short_name": "FileDost",
  "description": "Send, receive, broadcast, and temporarily park files between phones and computers without account registration.",
  "icons": [
    {
      "src": "filedost_icon_192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "filedost_icon_512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "filedost_transfer_icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "theme_color": "#d66a12",
  "background_color": "#ffffff",
  "display": "standalone",
  "start_url": "../../receive-files",
  "scope": "../../",
  "orientation": "any",
  "categories": [
    "productivity",
    "utilities"
  ],
  "protocol_handlers": [],
  "share_target": {
    "action": "../../receive-files?share-target=1",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "*/*"
          ]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "Live Transfer",
      "short_name": "Live",
      "url": "../../live-transfer",
      "icons": [
        {
          "src": "filedost_icon_192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Send to Phone",
      "short_name": "To Phone",
      "url": "../../send-to-phone",
      "icons": [
        {
          "src": "filedost_transfer_icon_512.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Receive from Phone",
      "short_name": "From Phone",
      "url": "../../receive-from-phone",
      "icons": [
        {
          "src": "filedost_transfer_icon_512.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    }
  ],
  "lang": "en-IN"
}
