icons
All checks were successful
ci/woodpecker/push/build/4 Pipeline was successful
ci/woodpecker/push/build/3 Pipeline was successful
ci/woodpecker/push/build/1 Pipeline was successful
ci/woodpecker/push/predeploy Pipeline was successful
ci/woodpecker/push/build/2 Pipeline was successful
ci/woodpecker/push/deploy/4 Pipeline was successful
ci/woodpecker/push/deploy/1 Pipeline was successful
ci/woodpecker/push/deploy/3 Pipeline was successful
ci/woodpecker/push/deploy/2 Pipeline was successful
ci/woodpecker/tag/predeploy Pipeline was successful
ci/woodpecker/tag/build/4 Pipeline was successful
ci/woodpecker/tag/build/1 Pipeline was successful
ci/woodpecker/tag/build/3 Pipeline was successful
ci/woodpecker/tag/build/2 Pipeline was successful
ci/woodpecker/tag/deploy/4 Pipeline was successful
ci/woodpecker/tag/deploy/1 Pipeline was successful
ci/woodpecker/tag/deploy/3 Pipeline was successful
ci/woodpecker/tag/deploy/2 Pipeline was successful
BIN
apps/ui/static/apple-touch-icon-114x114.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
apps/ui/static/apple-touch-icon-120x120.png
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
BIN
apps/ui/static/apple-touch-icon-144x144.png
Normal file
|
After Width: | Height: | Size: 8.0 KiB |
BIN
apps/ui/static/apple-touch-icon-152x152.png
Normal file
|
After Width: | Height: | Size: 8.7 KiB |
BIN
apps/ui/static/apple-touch-icon-16x16.png
Normal file
|
After Width: | Height: | Size: 449 B |
BIN
apps/ui/static/apple-touch-icon-180x180.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
apps/ui/static/apple-touch-icon-32x32.png
Normal file
|
After Width: | Height: | Size: 933 B |
BIN
apps/ui/static/apple-touch-icon-57x57.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
apps/ui/static/apple-touch-icon-60x60.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
apps/ui/static/apple-touch-icon-72x72.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
apps/ui/static/apple-touch-icon-76x76.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
apps/ui/static/garage-icon-114x114.png
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
BIN
apps/ui/static/garage-icon-120x120.png
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
apps/ui/static/garage-icon-144x144.png
Normal file
|
After Width: | Height: | Size: 7.0 KiB |
BIN
apps/ui/static/garage-icon-152x152.png
Normal file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
apps/ui/static/garage-icon-16x16.png
Normal file
|
After Width: | Height: | Size: 447 B |
BIN
apps/ui/static/garage-icon-180x180.png
Normal file
|
After Width: | Height: | Size: 8.9 KiB |
BIN
apps/ui/static/garage-icon-32x32.png
Normal file
|
After Width: | Height: | Size: 897 B |
BIN
apps/ui/static/garage-icon-57x57.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
apps/ui/static/garage-icon-60x60.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
apps/ui/static/garage-icon-72x72.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
apps/ui/static/garage-icon-76x76.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
43
apps/ui/static/manifest.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "Home Automation",
|
||||
"short_name": "Home",
|
||||
"description": "Smart Home Automation System",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#667eea",
|
||||
"theme_color": "#667eea",
|
||||
"orientation": "portrait",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/static/apple-touch-icon-180x180.png",
|
||||
"sizes": "180x180",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "/static/apple-touch-icon-152x152.png",
|
||||
"sizes": "152x152",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/static/apple-touch-icon-120x120.png",
|
||||
"sizes": "120x120",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/static/apple-touch-icon-76x76.png",
|
||||
"sizes": "76x76",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/static/apple-touch-icon-32x32.png",
|
||||
"sizes": "32x32",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/static/apple-touch-icon-16x16.png",
|
||||
"sizes": "16x16",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
||||