diff options
author | tg(x) <*@tg-x.net> | 2015-12-18 22:42:04 +0100 |
---|---|---|
committer | tg(x) <*@tg-x.net> | 2015-12-18 22:42:04 +0100 |
commit | 3c408c7320b5b7ff04a6b0a4f6b646e668ac6eaa (patch) | |
tree | d1c520098041fbc6e806515c2bb43625f8277c44 /extension/manifest.json | |
parent | 3234e31e2dee2baa569086f767c5b91e48e01608 (diff) |
webext: styling
Diffstat (limited to 'extension/manifest.json')
-rw-r--r-- | extension/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/manifest.json b/extension/manifest.json index 86de58da5..13251dc63 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -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" }, |