diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-09-26 14:52:33 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-09-26 14:52:33 +0200 |
commit | 1426c886aeeaaeaa855f4f162485893dacc79b7e (patch) | |
tree | fa06431f7e9167226c36c93dfa52df1c4d7a4398 /manifest.json | |
parent | d76810e4af4b17e382d84b40cf0a56cdc1aae55d (diff) |
make 402 payments work again
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 880515731..057855449 100644 --- a/manifest.json +++ b/manifest.json @@ -31,6 +31,7 @@ "matches": ["*://*/*"], "js": [ "lib/vendor/URI.js", + "lib/taler-wallet-lib.js", "content_scripts/notify.js" ], "run_at": "document_start" |