diff options
author | Florian Dold <florian.dold@gmail.com> | 2015-12-20 20:34:20 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2015-12-20 20:34:20 +0100 |
commit | 604cb2f80473c23f76afd37670a1a7249ae170a3 (patch) | |
tree | 12783d32e3a1cc17a113db4c8a9e1ff66a69414e /extension/manifest.json | |
parent | 8e80bbbbb8489532e1f2a5c9b632e5ead4a6ec68 (diff) |
Missing files, payment
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 9394e0833..cc0ea58a7 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/icon.png", "default_title": "Taler", "default_popup": "popup/balance-overview.html" }, |