homepage/client/public/manifest.json

16 lines
314 B
JSON
Raw Normal View History

2022-03-20 16:36:58 +01:00
{
2022-03-22 14:16:28 +01:00
"short_name": "Corgi Corner",
"name": "Navy's homepage 😎",
2022-03-20 16:36:58 +01:00
"icons": [
{
"src": "favicon.ico",
2022-03-22 14:16:28 +01:00
"sizes": "128x128 64x64 32x32 24x24 16x16",
2022-03-20 16:36:58 +01:00
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
2022-03-22 14:16:28 +01:00
"theme_color": "#ffafff",
2022-03-20 16:36:58 +01:00
"background_color": "#ffffff"
}