Initial commit (v1.5.9)

This commit is contained in:
2026-09-15 21:45:47 +02:00
commit b8d3dd52ec
89 changed files with 13429 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "Agora",
"short_name": "Agora",
"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"
}
]
}