breakout71/src/PWA/manifest.json

26 lines
476 B
JSON
Raw Normal View History

2025-03-14 19:43:19 +01:00
{
"short_name": "B71",
"name": "Breakout 71",
"icons": [
{
"src": "icon-512.png",
2025-03-14 19:43:19 +01:00
"sizes": "512x512",
"type": "image/png"
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"
},
{
"src": "icon-64.png",
2025-03-14 20:12:02 +01:00
"sizes": "64x64",
"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"
}