Separating runtime from application code to improve building. Upgraded mooncore packages. Started switching to flyonui. Added PluginFramework plugin loading via mooncore

This commit is contained in:
2025-07-11 17:13:37 +02:00
parent 7e158d48c6
commit eaece9e334
67 changed files with 448 additions and 234 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "Moonlight Client",
"short_name": "Moonlight.Client",
"id": "./",
"start_url": "./",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#030b1f",
"prefer_related_applications": false,
"icons": [
{
"src": "img/icon-512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "img/icon-192.png",
"type": "image/png",
"sizes": "192x192"
}
]
}