breakout71/src/PWA/manifest.json
2025-03-16 18:08:14 +01:00

21 lines
443 B
JSON

{
"short_name": "B71",
"name": "Breakout 71",
"icons": [
{
"src": "icon.svg",
"sizes": "48x48 72x72 96x96 128x128 256x256 512x512",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "icon-128.png",
"sizes": "128x128",
"type": "image/png"
}
],
"start_url": "/index.html?isPWA=true",
"display": "fullscreen",
"theme_color": "#5DA3EA",
"background_color": "#ffffff"
}