diff options
author | tg(x) <*@tg-x.net> | 2015-12-18 22:36:26 +0100 |
---|---|---|
committer | tg(x) <*@tg-x.net> | 2015-12-18 22:36:26 +0100 |
commit | 3234e31e2dee2baa569086f767c5b91e48e01608 (patch) | |
tree | 6940dbdbdd2a07fc3a0f65c819ecbb410d8fbc8d /extension/manifest.json | |
parent | d044858bec2d1d1a0a7e3b91848d8f396c8281e1 (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 73952f683..86de58da5 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -16,7 +16,7 @@ ], "browser_action": { - "default_icon": "icons/taler-logo-24.png", + "default_icon": "img/taler-logo-24.png", "default_title": "Taler", "default_popup": "popup/balance-overview.html" }, |