Added manifest

This commit is contained in:
Renan LE CARO 2025-03-14 19:43:19 +01:00
parent 7e3750c915
commit cdfe6a4978
7 changed files with 56 additions and 42 deletions

BIN
public/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

15
public/manifest.json Normal file
View file

@ -0,0 +1,15 @@
{
"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"
}