🍎 Makes app installable

This commit is contained in:
Rune Harlyk
2024-03-17 22:01:54 +01:00
committed by Rune Harlyk
parent 8528f3400f
commit 09f9649d6f
6 changed files with 68 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"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"
}