feat: PWA template - premium dark UI with glassmorphism, particles, and Docker deployment
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user