1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

New product icon color to match app color

This commit is contained in:
Harvey Kandola 2018-06-06 16:53:03 +01:00
parent 9a3259b60e
commit b828145163
9 changed files with 1044 additions and 906 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 569 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Before After
Before After

BIN
gui/public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -2,24 +2,24 @@
"name": "Documize",
"short_name": "Documize",
"display": "standalone",
"background_color": "#375061",
"theme_color": "#375061",
"background_color": "#280A42",
"theme_color": "#280A42",
"description": "Organized documents",
"start_url": "/?utm_source=homescreen",
"icons": [{
"src": "assets/img/icon-blue-64x64.png",
"src": "assets/img/icon-purple-64x64.png",
"sizes": "64x64",
"type": "image/png"
}, {
"src": "assets/img/icon-blue-128x128.png",
"src": "assets/img/icon-purple-128x128.png",
"sizes": "128x128",
"type": "image/png"
}, {
"src": "assets/img/icon-blue-256x256.png",
"src": "assets/img/icon-purple-256x256.png",
"sizes": "256x256",
"type": "image/png"
}, {
"src": "assets/img/icon-blue-1024x1024.png",
"src": "assets/img/icon-purple-1024x1024.png",
"sizes": "1024x1024",
"type": "image/png"
}]