feat: PWA template - premium dark UI with glassmorphism, particles, and Docker deployment

This commit is contained in:
Kerboul
2026-03-09 08:00:59 -07:00
parent 14031f73a3
commit bff5fdc3c0
12 changed files with 1453 additions and 481 deletions

View File

@@ -1,16 +1,23 @@
{
"name": "Amusement Dashboard",
"name": "Amusement — Visual Showcase",
"short_name": "Amusement",
"description": "A stunning visual demo and Progressive Web App template",
"start_url": "/index.html",
"description": "Showcase de visuels frontend modernes avec glassmorphism, animations et design premium.",
"start_url": ".",
"display": "standalone",
"background_color": "#0f172a",
"theme_color": "#0f172a",
"background_color": "#0a0a1a",
"theme_color": "#0a0a1a",
"orientation": "any",
"icons": [
{
"src": "./icon.svg",
"sizes": "192x192 512x512",
"type": "image/svg+xml",
"src": "icons/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]