{
	"name": "Le BAG - Votre totebag connecté",
	"short_name": "Le BAG",
	"description": "Application de listes à cocher partagées via totebags NFC",
	"start_url": "/",
	"scope": "/",
	"display": "standalone",
	"orientation": "portrait",
	"theme_color": "#E8E5E3",
	"background_color": "#F6F3F2",
	"lang": "fr-FR",
	"categories": ["productivity", "lifestyle", "shopping"],
	"dir": "ltr",

	"icons": [
		{
			"src": "/icon-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icon-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/apple-touch-icon.png",
			"sizes": "180x180",
			"type": "image/png",
			"purpose": "any"
		}
	],

	"related_applications": [],
	"prefer_related_applications": false,

	"launch_handler": {
		"client_mode": "navigate-existing"
	},

	"handle_links": "preferred",
	"capture_links": "existing-client-navigate"
}
