Sync DNS2 production changes - removed obsolete test suite and refactored structure

This commit is contained in:
Krystie
2026-03-23 10:47:15 +01:00
parent 1ac50918ab
commit d76644d948
288 changed files with 8965 additions and 15731 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "SAMI-CLOUD Status",
"short_name": "SAMI-CLOUD",
"start_url": "index.html",
"display": "standalone",
"background_color": "#0b0f1a",
"theme_color": "#0e1116",
"icons": [
{
"src": "assets/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "assets/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}