{
	"name": "CountMe",
	"short_name": "CountMe",
	"description": "A web app to count things and store them as collections",
	"dir": "ltr",
	"lang": "en",
	"start_url": "./",
	"display": "standalone",
	"background_color": "#009688",
	"theme_color": "#009688",
	"icons": [
		{
			"src": "/icon-192x192.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "/icon-512x512.png",
			"sizes": "512x512",
			"type": "image/png"
		}
	]
}
