breakout71/public/manifest.json

16 lines
267 B
JSON
Raw Normal View History

2025-03-14 19:43:19 +01:00
{
"short_name": "B71",
"name": "Breakout 71",
"icons": [
{
"src": "/icon.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": ".",
"display": "fullscreen",
"theme_color": "#5DA3EA",
"background_color": "#ffffff"
}