Add makefile
This commit is contained in:
BIN
public/bingo_128.png
Normal file
BIN
public/bingo_128.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.9 KiB |
BIN
public/bingo_192.png
Normal file
BIN
public/bingo_192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
@@ -9,7 +9,7 @@
|
||||
name="description"
|
||||
content="CS Copenhagen Major Bingo"
|
||||
/>
|
||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/bingo192.png" />
|
||||
<!--
|
||||
manifest.json provides metadata used when your web app is installed on a
|
||||
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
||||
|
||||
@@ -1,25 +1,25 @@
|
||||
{
|
||||
"short_name": "CS Tournament Bingo",
|
||||
"name": "CS Copenhagen Major Bingo",
|
||||
"short_name": "PGL Bingo",
|
||||
"name": "CS2 Copenhagen Major Bingo",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
"src": "bingo.ico",
|
||||
"sizes": "64x64 32x32 24x24 16x16",
|
||||
"type": "image/x-icon"
|
||||
},
|
||||
{
|
||||
"src": "logo192.png",
|
||||
"src": "bingo192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
},
|
||||
{
|
||||
"src": "logo512.png",
|
||||
"src": "bingo.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
],
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#ffffff"
|
||||
"theme_color": "#f9a700",
|
||||
"background_color": "#4A4E57"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user