{
	"id": "aldels-rentals-app",
	"name": "Aldel's Rentals",
	"short_name": "Aldel's Rentals",
	"description": "Aldel's Rental Collection App",
	"start_url": "/",
	"scope": "/",
	"display": "standalone",
	"display_override": ["standalone", "window-controls-overlay"],
	"launch_handler": {
		"route_to": "existing-client"
	},
	"background_color": "#ffffff",
	"theme_color": "#1f8cbe",
	"orientation": "portrait",
	"icons": [
		{
			"src": "/public/img/icon-192.png",
			"sizes": "192x192",
			"type": "image/png"
		},	  
		{
			"src": "/public/img/icon-256.png",
			"sizes": "256x256",
			"type": "image/png"
		},
		{
			"src": "/public/img/icon-512.png",
			"sizes": "512x512",
			"type": "image/png"
		}
	],
	"screenshots": [
		{
			"src": "/public/img/screenshot-1.png",
			"sizes": "1080x1920",
			"type": "image/png"
		}
	],
	"categories": ["business", "utilities"],
	"dir": "ltr",
	"lang": "en",
	"iarc_rating_id": "E10+"
}
