mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-14 07:16:55 -04:00
Added sw
This commit is contained in:
parent
cdfe6a4978
commit
934670b2a7
11 changed files with 84 additions and 3 deletions
|
@ -3,12 +3,22 @@
|
|||
"name": "Breakout 71",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icon.png",
|
||||
"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": ".",
|
||||
"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