{
	"name": "Cours de codage et programmation - Hassan Mirza",
	"short_name": "Cours Web",
	"description": "Syllabi pour apprendre le développement web (HTML, CSS, JS, PHP, Git).",
	"version": "2",
	"author": "Hassan Mirza",
	"lang": "fr-FR",
	"start_url": "./index.html",
	"scope": "./",
	"display": "standalone",
	"theme_color": "#111111",
	"background_color": "#ffffff",
	"prefer_related_applications": false,
	"related_applications": [
		{ "platform": "play", "id": "com.hassanmirza.coursweb" },
		{
			"platform": "itunes",
			"url": "https://apps.apple.com/app/cours-web/id1234567890"
		}
	],
	"icons": [
		{
			"src": "/app-icons/icon-16x16.png",
			"sizes": "16x16",
			"type": "image/png"
		},
		{
			"src": "/app-icons/icon-32x32.png",
			"sizes": "32x32",
			"type": "image/png"
		},
		{
			"src": "/app-icons/icon-96x96.png",
			"sizes": "96x96",
			"type": "image/png"
		},
		{
			"src": "/app-icons/icon-256x256.png",
			"sizes": "256x256",
			"type": "image/png",
			"purpose": "any maskable"
		}
	],
	"screenshots": [
		{
			"src": "./screenshots/main_desktop.png",
			"type": "image/png",
			"sizes": "2840x1533",
			"form_factor": "wide",
			"label": "Page d'accueil - Cours de codage et programmation"
		},
		{
			"src": "./screenshots/main_tablet.png",
			"type": "image/png",
			"sizes": "1016x1363",
			"form_factor": "narrow",
			"label": "Interface tablette - Cours de codage"
		},
		{
			"src": "./screenshots/main_mobile.png",
			"type": "image/png",
			"sizes": "628x1356",
			"form_factor": "narrow",
			"label": "Interface mobile - Cours de codage"
		}
	]
}
