2 changed files with 25 additions and 3 deletions
@ -0,0 +1,16 @@ |
|||||||
|
{ |
||||||
|
"short_name": "Blackjack", |
||||||
|
"name": "Blackjack", |
||||||
|
"icons": [ |
||||||
|
{ |
||||||
|
"src": "/img/heartsa.png", |
||||||
|
"type": "image/png", |
||||||
|
"sizes": "512x512" |
||||||
|
} |
||||||
|
], |
||||||
|
"start_url": "/blackjack/", |
||||||
|
"background_color": "#349940", |
||||||
|
"display": "standalone", |
||||||
|
"scope": "/blackjack/", |
||||||
|
"theme_color": "#349940" |
||||||
|
} |
Loading…
Reference in new issue