compatible pwa

This commit is contained in:
2026-03-27 01:24:59 +01:00
parent d98c1f24b3
commit 30aeeef94d
7 changed files with 154 additions and 8 deletions

25
public/manifest.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "Soundboard A5L",
"short_name": "Soundboard",
"description": "Studio de sons 64 touches pour écran tactile",
"start_url": "index.html",
"display": "fullscreen",
"display_override": ["window-controls-overlay"],
"orientation": "landscape",
"background_color": "#050505",
"theme_color": "#00f2ff",
"icons": [
{
"src": "icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
]
}