webext: styling

This commit is contained in:
tg(x) 2015-12-18 22:42:04 +01:00
parent 3234e31e2d
commit 3c408c7320
5 changed files with 3 additions and 1 deletions

1
extension/img/icon.png Symbolic link
View File

@ -0,0 +1 @@
taler-logo-24.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

1
extension/img/logo.png Symbolic link
View File

@ -0,0 +1 @@
logo-2015-medium.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -16,7 +16,7 @@
],
"browser_action": {
"default_icon": "img/taler-logo-24.png",
"default_icon": "img/icon.png",
"default_title": "Taler",
"default_popup": "popup/balance-overview.html"
},