breakout71/public/manifest.json
Renan LE CARO 934670b2a7 Added sw
2025-03-14 20:12:02 +01:00

25 lines
479 B
JSON

{
"short_name": "B71",
"name": "Breakout 71",
"icons": [
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/icon-128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "/icon-64.png",
"sizes": "64x64",
"type": "image/png"
}
],
"start_url": "/index.html?isPWA=true",
"display": "fullscreen",
"theme_color": "#5DA3EA",
"background_color": "#ffffff"
}