y4f/wwwroot/manifest.json
2023-01-17 16:16:46 +01:00

22 lines
397 B
JSON

{
"name": "y4f",
"short_name": "y4f",
"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"
}
]
}