New product icon color to match app color
BIN
gui/public/assets/img/icon-purple-1024x1024.png
Normal file
After Width: | Height: | Size: 49 KiB |
BIN
gui/public/assets/img/icon-purple-128x128.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
gui/public/assets/img/icon-purple-256x256.png
Normal file
After Width: | Height: | Size: 8.4 KiB |
BIN
gui/public/assets/img/icon-purple-64x64.png
Normal file
After Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 569 B After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 4.3 KiB |
BIN
gui/public/favicon.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
|
@ -2,24 +2,24 @@
|
||||||
"name": "Documize",
|
"name": "Documize",
|
||||||
"short_name": "Documize",
|
"short_name": "Documize",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"background_color": "#375061",
|
"background_color": "#280A42",
|
||||||
"theme_color": "#375061",
|
"theme_color": "#280A42",
|
||||||
"description": "Organized documents",
|
"description": "Organized documents",
|
||||||
"start_url": "/?utm_source=homescreen",
|
"start_url": "/?utm_source=homescreen",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
"src": "assets/img/icon-blue-64x64.png",
|
"src": "assets/img/icon-purple-64x64.png",
|
||||||
"sizes": "64x64",
|
"sizes": "64x64",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
}, {
|
}, {
|
||||||
"src": "assets/img/icon-blue-128x128.png",
|
"src": "assets/img/icon-purple-128x128.png",
|
||||||
"sizes": "128x128",
|
"sizes": "128x128",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
}, {
|
}, {
|
||||||
"src": "assets/img/icon-blue-256x256.png",
|
"src": "assets/img/icon-purple-256x256.png",
|
||||||
"sizes": "256x256",
|
"sizes": "256x256",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
}, {
|
}, {
|
||||||
"src": "assets/img/icon-blue-1024x1024.png",
|
"src": "assets/img/icon-purple-1024x1024.png",
|
||||||
"sizes": "1024x1024",
|
"sizes": "1024x1024",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
}]
|
}]
|
||||||
|
|