Files
SpotMicroESP32-Leika/app/static/manifest.json
T
Rune Harlyk 91a7b170fe 🎨 format
2025-10-11 10:42:32 +02:00

16 lines
337 B
JSON

{
"short_name": "Quadruped Controller",
"name": "Quadruped Controller",
"icons": [
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}