25 lines
586 B
JSON
25 lines
586 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
} |