veza/apps/web/public/manifest.json
2025-12-03 22:56:50 +01:00

99 lines
No EOL
2.4 KiB
JSON

{
"name": "Veza Platform",
"short_name": "Veza",
"description": "Plateforme de streaming, collaboration et distribution musicale moderne",
"theme_color": "#1a1a1a",
"background_color": "#ffffff",
"display": "standalone",
"orientation": "portrait",
"scope": "/",
"start_url": "/",
"icons": [
{
"src": "/icons/icon-72x72.png",
"sizes": "72x72",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "/icons/icon-96x96.png",
"sizes": "96x96",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "/icons/icon-128x128.png",
"sizes": "128x128",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "/icons/icon-144x144.png",
"sizes": "144x144",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "/icons/icon-152x152.png",
"sizes": "152x152",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "/icons/icon-384x384.png",
"sizes": "384x384",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable any"
}
],
"shortcuts": [
{
"name": "Dashboard",
"short_name": "Dashboard",
"description": "Accéder au tableau de bord",
"url": "/dashboard",
"icons": [{ "src": "/icons/dashboard-96x96.png", "sizes": "96x96" }]
},
{
"name": "Chat",
"short_name": "Chat",
"description": "Ouvrir le chat",
"url": "/chat",
"icons": [{ "src": "/icons/chat-96x96.png", "sizes": "96x96" }]
},
{
"name": "Bibliothèque",
"short_name": "Library",
"description": "Parcourir la bibliothèque musicale",
"url": "/library",
"icons": [{ "src": "/icons/library-96x96.png", "sizes": "96x96" }]
}
],
"categories": ["music", "entertainment", "social"],
"screenshots": [
{
"src": "/screenshots/dashboard-wide.png",
"sizes": "1280x720",
"type": "image/png",
"form_factor": "wide"
},
{
"src": "/screenshots/dashboard-narrow.png",
"sizes": "375x812",
"type": "image/png",
"form_factor": "narrow"
}
]
}