{
	"name": "Le papyrus Prisse",
	"short_name": "pprisse",
	"description": "Progressive Web application that allows to visualize the Prisse papyrus.",
	"author:": [{
	    "name": "Nicolas Souchon",
	    "email": "souchon.nicolas.ns@gmail.com"
	}, {
	    "name": "Serge Rosmorduc",
	    "email": "serge.rosmorduc@cnam.fr"
	}],
	"icons": [
	   {
	       "src": "icon-192.png",
	       "type": "image/png",
	       "sizes": "192x192",
	       "purpose": "any"
	   },
	   {
	       "src": "icon.png",
	       "type": "image/png",
	       "sizes": "454x454",
	       "purpose": "maskable"
	   },
	   {
	       "src": "icon-512.png",
	       "type": "image/png",
	       "sizes": "512x512",
	       "purpose": "any"
	   }
	],
	"display": "standalone",
	"orientation": "landscape",
	"theme_color": "#587a78",
	"background_color": "#587a78",
	"id": "/index.html",
	"start_url": "index.html",
	"scope": "https://prisse.ifao.egnet.net/"
}