infojune/public/manifest.webmanifest

25 lines
661 B
JSON

{
"name": "Infojune",
"short_name": "Infojune",
"description": "Site ayant pour but de répertorier les sites qui ont un rapport avec la monnaie libre Ğ1",
"display": "standalone",
"start_url": ".",
"icons": [{
"src": "images/touch/homescreen48.png",
"sizes": "48x48",
"type": "image/png"
}, {
"src": "images/touch/homescreen72.png",
"sizes": "72x72",
"type": "image/png"
}, {
"src": "images/touch/homescreen96.png",
"sizes": "96x96",
"type": "image/png"
}, {
"src": "images/touch/homescreen144.png",
"sizes": "144x144",
"type": "image/png"
}]
}