VMS-frontend/public/manifest.json
NlightN22 ece046d2fd init
2024-02-17 22:57:32 +07:00

21 lines
407 B
JSON

{
"short_name": "Multi Frigate",
"name": "Multi Frigate application",
"icons": [
{
"src": "favicon.svg",
"sizes": "128x128 64x64 32x32 24x24 16x16",
"type": "image/svg"
},
{
"src": "logo.svg",
"type": "image/svg",
"sizes": "192x104"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}