jubilee-server-go/dist/site.webmanifest
Martin Donnelly 44cb3dadf0 init
2023-12-21 07:50:01 +00:00

22 lines
510 B
JSON

{
"name": "Jubilee",
"short_name": "Jubilee",
"icons": [
{
"src": "/img/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/img/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#FFEE58",
"background_color": "#ffffff",
"start_url": ".",
"imgdisplay": "standalone",
"display": "standalone"
}