Iceshrimp.NET/Iceshrimp.Frontend/wwwroot/manifest.webmanifest
Lilian 3ad40f8d2e
test
test
2024-11-04 22:21:55 +01:00

22 lines
463 B
JSON

{
"name": "Iceshrimp.Frontend",
"short_name": "Iceshrimp.Frontend",
"id": "./",
"start_url": "./",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#03173d",
"prefer_related_applications": false,
"icons": [
{
"src": "icon-512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "icon-192.png",
"type": "image/png",
"sizes": "192x192"
}
]
}