ci: fix pipeline, update readme and anonymize ZT references

This commit is contained in:
2026-06-12 12:30:18 +02:00
commit d1bd1a9ba9
68 changed files with 10353 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "Hydr'Hacked",
"short_name": "Hydr'Hacked",
"start_url": "/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#1a1a1a",
"theme_color": "#1a1a1a",
"icons": [
{
"src": "images/icone-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "images/icone-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}