feat: add PWA support
This commit is contained in:
BIN
public/img/icon192.png
Normal file
BIN
public/img/icon192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
BIN
public/img/icon512.png
Normal file
BIN
public/img/icon512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
17
public/manifest.json
Normal file
17
public/manifest.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "TrafficCue",
|
||||
"icons": [
|
||||
{
|
||||
"src": "img/icon512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
},
|
||||
{
|
||||
"src": "img/icon192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
}
|
||||
],
|
||||
"start_url": "/",
|
||||
"display": "standalone"
|
||||
}
|
||||
Reference in New Issue
Block a user