wisemapping-open-source/wise-webapp/src/main/webapp/manifest.json

19 lines
449 B
JSON
Raw Normal View History

2021-12-26 18:23:51 +01:00
{
2022-01-04 02:39:11 +01:00
"short_name": "WiseMapping",
"name": "WiseMapping",
"icons": [{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "favicon.png",
"type": "image/png",
"sizes": "1024x1024"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
2021-12-26 18:23:51 +01:00
}