test manifest
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user