{
	"id": "iwac-sentiment-analysis",
	"name": "IWAC Sentiment Analysis",
	"short_name": "IWAC Analysis",
	"description": "Interactive visualization of sentiment analysis results from the Islam West Africa Collection (IWAC)",
	"start_url": "./",
	"display": "standalone",
	"background_color": "#0a0d12",
	"theme_color": "#10141a",
	"scope": "./",
	"lang": "fr",
	"dir": "ltr",
	"categories": ["education", "productivity", "utilities"],
	"icons": [
		{
			"src": "./favicon.png",
			"sizes": "32x32",
			"type": "image/png"
		},
		{
			"src": "./icons/icon-192x192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "maskable any"
		},
		{
			"src": "./icons/icon-512x512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable any"
		}
	],
	"shortcuts": [
		{
			"name": "ChatGPT Analysis",
			"short_name": "ChatGPT",
			"description": "View ChatGPT sentiment analysis results",
			"url": "./?dataset=chatgpt",
			"icons": [
				{
					"src": "./icons/icon-192x192.png",
					"sizes": "192x192"
				}
			]
		},
		{
			"name": "Gemini Analysis",
			"short_name": "Gemini",
			"description": "View Gemini sentiment analysis results",
			"url": "./?dataset=gemini",
			"icons": [
				{
					"src": "./icons/icon-192x192.png",
					"sizes": "192x192"
				}
			]
		},
		{
			"name": "Mistral Analysis",
			"short_name": "Mistral",
			"description": "View Mistral sentiment analysis results",
			"url": "./?dataset=mistral",
			"icons": [
				{
					"src": "./icons/icon-192x192.png",
					"sizes": "192x192"
				}
			]
		}
	]
}
