This commit is contained in:
xds
2025-10-27 15:12:00 +03:00
commit a198c703ef
47 changed files with 2141 additions and 0 deletions

10
manifest.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "Luminic Space App",
"short_name": "Luminic Space",
"start_url": "/",
"icons": [
],
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#ffffff"
}