Files
lara-bermite/public/manifest.json
2023-12-05 11:25:03 +01:00

15 lines
510 B
JSON

{
"name": "Bermite",
"short_name": "Bermite",
"lang": "fr",
"description": "Une application de suivi météo",
"icons": [
{"src":"images/weather.png", "sizes":"521x512", "type":"image/png"},
{"src": "images/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png"},
{"src": "images/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png"}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}