{
    "name": "Deli",
	"short_name": "Deli",
  	"scope": ".",
	"scope_url": "https://demo.donedelivery.in/",
    "intent_filters": {
    "scope_url_scheme": "https",
    "scope_url_host": "demo.donedelivery.in",
    "scope_url_path": "/"
    },
    "start_url": "https://demo.donedelivery.in/",
    "theme_color": "#f69435",
    "background_color": "#ffffff",
    "display": "standalone",
    "orientation": "portrait",
    "icons": [
      {
        "src":"assets/img/icon/192x192.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
        "src":"assets/img/icon/512x512.png",
        "sizes": "512x512",
        "type": "image/png"
      },
    ],
    
}