{
  "name": "Task'IT",
  "short_name": "Task'IT",
  "id": "SWA1",
  "description": "Gestion ludique de tâches quotidiennes",
  "start_url": "index.php",
  "scope": "./",  
  "icons": [
    {
      "src": "img/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "img/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "theme_color": "#4b2d7a",
  "background_color": "#4b2d7a",
  "display": "standalone",
  "orientation": "portrait",
  "screenshots" : [
	  {
		"src": "img/screens/dashboard.jpg",
		"sizes": "720x1280",
		"type": "image/jpeg",
		"platform": "wide"
	  }
	]
}