compatible pwa
This commit is contained in:
25
public/manifest.json
Normal file
25
public/manifest.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user