{
	"name":"EZBeanZ",
 	"short_name":"EZBeanZ",
	"description": "Create invoices, quotes, reports and more.",
	"categories": ["business", "finance", "productivity"],
	"version": "1.0.2",
	"lang": "en-ZA",
	"dir": "ltr",
	"background_color": "#ffffff",
    "theme_color": "#000000",
	"orientation": "any",
	"id": "EZBeanZ",
  	"start_url": "/Dashboard.php",
  "share_target": {
    "action": "/receive-share/",
    "method": "GET",
    "params": {
      "title": "EZBeanZ",
      "text": "Create invoices, quotes, reports and more.",
      "url": "https://www.ezbeanz.co.za/index.php"
    }
  },
	"icons":[
 		{
			"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"
		},
		{
			"src":"/android-chrome-512x512.png",
			"sizes":"512x512",
			"type":"image/png",
	      	"purpose": "any"
		},
		{
			"src":"/Images/XXLargeLogo.webp",
			"sizes":"1024x1024",
			"type":"image/webp",
	      	"purpose": "any"
		},
	    {
	      "src": "/android-chrome-512x512.png",
	      "sizes": "512x512",
	      "type": "image/png",
	      "purpose": "maskable"
	    }
	 	],
	"shortcuts": [
    {
      "name": "Login",
      "short_name": "Login",
      "description": "Login to the EZBeanZ dashboard.",
      "url": "/Dashboard.php",
      "icons": [{ "src":"/android-chrome-192x192.png","sizes":"192x192" }]
    },
    {
      "name": "Tutorials",
      "short_name": "Tutorials",
      "description": "Learn how to use EZBeanZ.",
      "url": "/Tutorials.php",
      "icons": [{ "src":"/android-chrome-192x192.png","sizes":"192x192" }]
    }
  ],
	"screenshots" : [	
	   {
	    "src": "https://www.ezbeanz.co.za/Images/XXLargeLogo.webp",
	    "sizes": "1024x1024",
	    "type": "image/webp"
	  },	
	  {
	    "src": "https://www.ezbeanz.co.za/Images/Landscape.png",
	    "sizes": "1200x635",
	    "type": "image/png",
	    "form_factor": "wide"
	  },	
	  {
	    "src": "https://www.ezbeanz.co.za/Images/SampleInvoice.png",
	    "sizes": "600x845",
	    "type": "image/png",
	    "platform": "narrow"
	  },
	  {
	    "src": "https://www.ezbeanz.co.za/Images/58mmTillSlipExampleSmall.webp",
	    "sizes": "600x800",
	    "type": "image/webp",
	    "platform": "narrow"
	  },
	  {
	    "src": "https://www.ezbeanz.co.za/Images/58mmTillSlipExampleSmall.webp",
	    "sizes": "600x800",
	    "type": "image/webp",
	    "form_factor": "narrow"
	  }	
	],
	"display":"standalone",
	"launch_handler": {
    "client_mode": "navigate-existing"
  	}
}