{
	"short_name": "ideaList",
	"name": "ideaList",
	"description": "ideaList is a to-do list application to keep track of things that you need to do",
	"lang": "en-US",
	"icons": [
		{
			"src": "./icons/64x64.png",
			"sizes": "64x64",
			"type": "image/x-icon"
		},
		{
			"src": "./icons/192x192.png",
			"type": "image/png",
			"sizes": "192x192"
		},
		{
			"src": "./icons/512x512.png",
			"type": "image/png",
			"sizes": "512x512"
		},
		{
			"src": "./icons/192x192.png",
			"type": "image/png",
			"sizes": "192x192",
			"purpose": "any maskable"
		}
	],
	"start_url": "index.html",
	"display": "fullscreen",
	"orientation": "portrait-primary",
	"theme_color": "#411462",
	"background_color": "#1a183f"
}
