19 lines
449 B
JSON
Raw Normal View History

2020-11-26 19:03:24 -08:00
{
2020-12-09 19:33:30 -08:00
"short_name": "WiseMapping",
"name": "WiseMapping",
2020-11-27 18:16:08 -08:00
"icons": [{
"src": "favicon.ico",
2021-01-31 00:29:36 -08:00
"sizes": "64x64 32x32 24x24 16x16",
2020-11-27 18:16:08 -08:00
"type": "image/x-icon"
},
{
"src": "favicon.png",
"type": "image/png",
2021-01-30 22:01:56 -08:00
"sizes": "1024x1024"
2020-11-27 18:16:08 -08:00
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}