wisemapping-frontend/packages/webapp/public/manifest.json
Paulo Gustavo Veiga 21ccfc13f6 Update icons
2021-01-30 22:01:56 -08:00

19 lines
479 B
JSON

{
"short_name": "WiseMapping",
"name": "WiseMapping",
"icons": [{
"src": "favicon.ico",
"sizes": "256x256 192x192 128x128 96x96 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"
}