{
	"name": "NexaChat",
	"short_name": "NexaChat",
	"description": "Messagerie, Wallet & Marketplace - La super-app africaine",
	"start_url": "/chat",
	"scope": "/",
	"display": "standalone",
	"background_color": "#050505",
	"theme_color": "#050505",
	"orientation": "portrait",
	"lang": "fr",
	"dir": "ltr",
	"categories": ["social", "finance", "shopping", "communication"],
	"icons": [
		{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
		{ "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
		{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
		{ "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
	],
	"screenshots": [],
	"shortcuts": [
		{
			"name": "Nouvelle discussion",
			"short_name": "Nouveau",
			"url": "/chat/new",
			"icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
		},
		{
			"name": "Wallet",
			"short_name": "Wallet",
			"url": "/wallet",
			"icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
		},
		{
			"name": "Marketplace",
			"short_name": "Market",
			"url": "/marketplace",
			"icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
		}
	],
	"share_target": {
		"action": "/chat/new",
		"method": "POST",
		"enctype": "multipart/form-data",
		"params": {
			"title": "title",
			"text": "text",
			"url": "url"
		}
	},
	"prefer_related_applications": false
}
