diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json index 9d2ca57cf..f59aac23d 100644 --- a/manifest.json +++ b/manifest.json @@ -36,16 +36,15 @@ "32": "img/icon.png" }, "default_title": "Taler", - "default_popup": "src/popup/popup.html" + "default_popup": "src/pages/popup.html" }, "content_scripts": [ { "matches": ["*://*/*"], "js": [ - "src/vendor/URI.js", "src/taler-wallet-lib.js", - "src/content_scripts/notify.js" + "dist/contentScript-bundle.js" ], "run_at": "document_start" } |