Add more logo sizes, resize and pad.

Use the 128x128 icon for Desktop notifications
This commit is contained in:
JC Brand 2016-07-02 13:40:51 +02:00
parent 079b9e91ee
commit 95d7c306d4
6 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 12 KiB

BIN
logo/conversejs128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
logo/conversejs16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 B

BIN
logo/conversejs19.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 551 B

BIN
logo/conversejs48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 947 B

View File

@ -35,7 +35,7 @@
// ^ a list of JIDs to ignore concerning chat state notifications
play_sounds: false,
sounds_path: '/sounds/',
notification_icon: '/logo/conversejs.png'
notification_icon: '/logo/conversejs128.png'
});
converse.isOnlyChatStateNotification = function ($msg) {