Files
cupcontrol/frontend/public/manifest.json
2025-12-25 23:57:47 +01:00

15 lines
261 B
JSON

{
"short_name": "CupControl",
"name": "Mange your Netcup Servers",
"icons": [
{
"src": "logo.png",
"type": "image/png"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}