{
	"name": "ComptHeur",
	"short_name": "CH",
	"start_url": "/app",
	"display": "standalone",
	"background_color": "#000000",
	"lang": "fr",
	"scope": "/",
	"icons": [
		{
			"src": "/web-app-manifest-192x192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "/web-app-manifest-512x512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"orientation": "portrait",
	"theme_color": "#000000",
	"shortcuts": [
		{
			"name": "Ajouter une semaine",
			"url": "/app/count/week"
		},
		{
			"name": "Visualiser",
			"url": "/app/view"
		}
	]
}
