test manifest

This commit is contained in:
Romulus21
2023-12-05 11:25:03 +01:00
parent 0ce75d59e3
commit 95f0cd9c4e
15 changed files with 20 additions and 13 deletions

View File

@@ -1,12 +1,14 @@
{
"name":"Bermite",
"short_name":"Bermite",
"display":"standalone",
"background_color":"#ffffff",
"lang":"fr",
"description":"Une application de suivi météo",
"theme_color":"#ffffff",
"icons":[
{"src":"images/weather.png","sizes":"521x512","type":"image/png"}
]
"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"
}