{
  "name": "Receive Share",
  "short_name": "Receive",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0000ff",
  "orientation": "portrait-primary",


  "share_target": {
    "action": "?fdat=iahsd",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "file",
          "accept": [
            "image/*"
          ]
        }
      ]
    }
    },




"icons": [
    {
      "src": "cal.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ]
}
