{
	"short_name": "FloState",
	"id": "flostate",
	"description": "From Source to Sold",
	"start_url": "/",
	"scope": "/",
	"orientation": "portrait-primary",
	"categories": ["productivity", "utilities"],
	"display": "standalone",
	"dir": "ltr",
	"lang": "en-US",
	"icons": [
		{
			"src": "img/favicon-96x96.png",
			"sizes": "96x96",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "img/web-app-manifest-192x192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "img/web-app-manifest-512x512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"theme_color": "#ffffff",
	"background_color": "#ffffff",
	"prefer_related_applications": false,
	"screenshots": [
		{
			"src": "img/screenshot-1920x1080.png",
			"sizes": "1920x1080",
			"type": "image/png",
			"form_factor": "wide",
			"label": "FloeState Dashboard"
		},
		{
			"src": "img/screenshot-1080x1920.png",
			"sizes": "1080x1920",
			"type": "image/png",
			"form_factor": "narrow",
			"label": "FloeState Dashboard"
		}
	]
}