homepage/client/public/manifest.json
2022-03-22 15:16:28 +02:00

16 lines
314 B
JSON

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