embed mission-planner

This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-04-06 05:51:31 +03:00
parent 667c9f8153
commit 2f9c4efc8e
68 changed files with 4340 additions and 1 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"short_name": "Azaion Mission Planner",
"name": "Azaion Mission Planner",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo128.png",
"type": "image/png",
"sizes": "128x128"
},
{
"src": "logo256.png",
"type": "image/png",
"sizes": "256x256"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}