move favicons
This commit is contained in:
BIN
docs/static/android-chrome-192x192.png
vendored
Normal file
BIN
docs/static/android-chrome-192x192.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
BIN
docs/static/android-chrome-512x512.png
vendored
Normal file
BIN
docs/static/android-chrome-512x512.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 216 KiB |
BIN
docs/static/apple-touch-icon.png
vendored
Normal file
BIN
docs/static/apple-touch-icon.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
BIN
docs/static/favicon-16x16.png
vendored
Normal file
BIN
docs/static/favicon-16x16.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 815 B |
BIN
docs/static/favicon-32x32.png
vendored
Normal file
BIN
docs/static/favicon-32x32.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
BIN
docs/static/favicon.ico
vendored
Normal file
BIN
docs/static/favicon.ico
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
19
docs/static/site.webmanifest
vendored
Normal file
19
docs/static/site.webmanifest
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "VisionCamera",
|
||||
"short_name": "VisionCamera",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
Reference in New Issue
Block a user