Add manifest.json, icons and install button, flatten client/src
This commit is contained in:
parent
a219e689c1
commit
474afda9c2
105 changed files with 338 additions and 283 deletions
BIN
client/public/favicon.ico
Normal file
BIN
client/public/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
BIN
client/public/font/Montserrat-Bold.woff
Normal file
BIN
client/public/font/Montserrat-Bold.woff
Normal file
Binary file not shown.
BIN
client/public/font/Montserrat-Bold.woff2
Normal file
BIN
client/public/font/Montserrat-Bold.woff2
Normal file
Binary file not shown.
BIN
client/public/font/Montserrat-Regular.woff
Normal file
BIN
client/public/font/Montserrat-Regular.woff
Normal file
Binary file not shown.
BIN
client/public/font/Montserrat-Regular.woff2
Normal file
BIN
client/public/font/Montserrat-Regular.woff2
Normal file
Binary file not shown.
BIN
client/public/font/RobotoMono-Bold.woff
Normal file
BIN
client/public/font/RobotoMono-Bold.woff
Normal file
Binary file not shown.
BIN
client/public/font/RobotoMono-Bold.woff2
Normal file
BIN
client/public/font/RobotoMono-Bold.woff2
Normal file
Binary file not shown.
BIN
client/public/font/RobotoMono-Regular.woff
Normal file
BIN
client/public/font/RobotoMono-Regular.woff
Normal file
Binary file not shown.
BIN
client/public/font/RobotoMono-Regular.woff2
Normal file
BIN
client/public/font/RobotoMono-Regular.woff2
Normal file
Binary file not shown.
BIN
client/public/font/fontello.woff
Normal file
BIN
client/public/font/fontello.woff
Normal file
Binary file not shown.
BIN
client/public/font/fontello.woff2
Normal file
BIN
client/public/font/fontello.woff2
Normal file
Binary file not shown.
BIN
client/public/icon_192.png
Normal file
BIN
client/public/icon_192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
client/public/icon_512.png
Normal file
BIN
client/public/icon_512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
21
client/public/manifest.json
Normal file
21
client/public/manifest.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"short_name": "Dispatch",
|
||||
"name": "Dispatch",
|
||||
"icons": [
|
||||
{
|
||||
"src": "icon_192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
},
|
||||
{
|
||||
"src": "icon_512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
],
|
||||
"start_url": "/",
|
||||
"background_color": "#f0f0f0",
|
||||
"display": "standalone",
|
||||
"scope": "/",
|
||||
"theme_color": "#f0f0f0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue