mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-03 18:29:13 -04:00
Added staging deploy
This commit is contained in:
parent
934670b2a7
commit
c8c12fdd29
14 changed files with 242 additions and 164 deletions
25
src/manifest.json
Normal file
25
src/manifest.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"short_name": "B71",
|
||||
"name": "Breakout 71",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icon-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/icon-128.png",
|
||||
"sizes": "128x128",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/icon-64.png",
|
||||
"sizes": "64x64",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"start_url": "/index.html?isPWA=true",
|
||||
"display": "fullscreen",
|
||||
"theme_color": "#5DA3EA",
|
||||
"background_color": "#ffffff"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue