feat: changed structure

This commit is contained in:
Philippe Torrel
2026-07-22 11:41:40 +02:00
parent 3ec02626a6
commit 261b0e8c62
245 changed files with 22 additions and 2 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "Donkey-Coder",
"short_name": "Coder",
"icons": [
{
"src": "/favicon/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/favicon/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}