{
  "name": "Edunext Technologies Pvt Ltd",
  "short_name": "Edunext",
  "start_url": "/Index",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#fff",
  "theme_color": "#ff3385",
  "icons": [
    {
      "src": "/AppIcon.appiconset/180.png",
      "type": "image/png",
      "sizes": "1024x1024"
    },
    {
      "src": "/AppIcon.appiconset/180.png",
      "type": "image/png",
      "sizes": "1024x1024",
      "purpose": "maskable"
    }
  ],
  "description": "test",
  "lang": "en",
  "categories": [
    "photo",
    "productivity",
    "utilities"
  ],
  "screenshots": [
    {
      "src": "/screenshot.png",
      "type": "image/png",
      "sizes": "540x720",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot2.png",
      "type": "image/jpeg",
      "sizes": "540x720",
      "form_factor": "narrow"
    }
  ],
  "share_target": {
    "action": "/Index",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "file",
          "accept": [
            "image/*"
          ]
        }
      ]
    }
  }
}
