{

	"id": "com.panel.unolo.pwa",
	"name": "Unolo Admin",
	"short_name": "Unolo Admin",
	"display": "standalone",
	"description": "Unolo Admin app is the mobile app for administrators on the Unolo platform. It gives you all the control in a convenient mobile app.",
	"dir": "ltr",
	"scope": ".",
	"lang": "en-US",
	"theme_color": "#ffffff",
	"categories": [
	  "business"
	],
	"background_color": "#ffffff",
	"screenshots": [],
	"shortcuts": [],
	"orientation": "portrait-primary",
	"start_url": "/",
	"icons": [
			{
					"src": "/images/pwa-icons/unolo-64x64.png",
					"sizes": "64x64",
					"type": "image/png"
			},
			{
					"src": "/images/pwa-icons/unolo-128x128.png",
					"sizes": "128x128",
					"type": "image/png"
			},
			{
					"src": "/images/pwa-icons/unolo-256x256.png",
					"sizes": "256x256",
					"type": "image/png"
			},
                        {
                                        "src": "/images/pwa-icons/unolo-512x512.png",
                                        "sizes": "512x512",
                                        "type": "image/png"
                        },
			{
					"src": "/images/pwa-icons/unolo-512x512_maskable.png",
					"type": "image/png",
					"sizes": "512x512",
					"purpose": "maskable"
			}
	]
}

