launcher-docs/public/manifest.json
2025-05-24 17:28:49 +02:00

15 lines
265 B
JSON

{
"name": "μLauncher",
"short_name": "μLauncher",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"icons": [
{
"src": "/favicon.svg",
"sizes": "512x512"
}
]
}