{
 "lang": "fr",
 "dir": "ltr",
 "name": "ZeDiet",
 "description": "L'application de notation alimentaire",
 "short_name": "ZeDiet",
 "icons": [
  {
    "src":"/img/favicon.png",
    "sizes": "192x192",
    "type": "image/png"
  },
  {
    "src":"/img/favicon-512x512.png",
    "sizes": "512x512",
    "type": "image/png",
	"purpose":"any"
  }, 
  {
    "src":"/img/maskable_icon.png",
    "sizes": "512x512",
    "type": "image/png",
	"purpose":"maskable"
  }   
 ],
 "start_url": "./",
 "scope": "/",
 "background_color": "#FFFFFF",
 "theme_color": "#FF9900",
 "display": "standalone",
 "orientation": "portrait",
 "related_applications": [{
    "platform": "web",
    "url": "https://zediet.fr"
  }],
  "screenshots": [
	{
	  "src": "home.webp",
	  "sizes": "814x1646",
	  "type": "image/webp",
	  "label": "Home screen"
	},		
	{
	  "src": "desktop.webp",
	  "sizes": "1400x804",
	  "type": "image/webp",
	  "form_factor": "wide",
	  "label": "Home screen"
	}
  ]
}