breakout71/src/PWA/manifest.json

22 lines
443 B
JSON
Raw Normal View History

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