{
    "name": "Jeremy Joron",
    "short_name": "JJ",
    "description": "Création de site Web à La Réunion",
    "icons": [
        {
            "src": "/images/icon.svg"
            , "sizes": "any"
        }
		, {
            "src": "/images/icon512.png"
            , "sizes": "512x512"
			, "type" : "image/png"
			
        }
		, {
            "src": "/images/icon192.png"
            , "sizes": "192x192"
			, "type" : "image/png"
        }
    ],
	"id": "/?app=1",
    "start_url": "/?app=1",
    "display": "fullscreen",
    "theme_color": "#008b9e",
    "background_color": "#008b9e"
}