{
"short_name": "HindiPremi",
"name": "HindiPremi - Monetize and Earn",
"icons": [
{
"src": "/icons/icon-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/icons/icon-512x512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/",
"background_color": "#111111",
"display": "standalone",
"theme_color": "#111111",

"share_target": {
    "action": "/api/direct-share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "about",
      "url": "url",
      "files": [
        {
          "name": "sharedFile",
          "accept": ["image/jpeg", "image/png", "image/webp", "video/mp4"]
        }
      ]
    }
  }
}