NORY-7: add dashboard application with basic authentication routing
BIN
dashboard/public/favicon.png
Normal file
After Width: | Height: | Size: 6 KiB |
BIN
dashboard/public/icon-128.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
dashboard/public/icon-144.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
dashboard/public/icon-192.png
Normal file
After Width: | Height: | Size: 6.4 KiB |
BIN
dashboard/public/icon-512.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
dashboard/public/icon-72.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
37
dashboard/public/manifest.json
Normal file
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"name": "Next Base",
|
||||
"short_name": "Next Base",
|
||||
"description": "The starting point for your next project",
|
||||
"icons": [
|
||||
{
|
||||
"src": "icon-72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "icon-128.png",
|
||||
"sizes": "128x128",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "icon-144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "icon-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "icon-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#0B0908",
|
||||
"background_color": "#0B0908",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"orientation": "portrait"
|
||||
}
|
BIN
dashboard/public/mt-logo-orange.png
Normal file
After Width: | Height: | Size: 7.4 KiB |