summaryrefslogtreecommitdiff
path: root/webextension/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'webextension/manifest.json')
-rw-r--r--webextension/manifest.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/webextension/manifest.json b/webextension/manifest.json
index 6a0101c4b..5bcb8c060 100644
--- a/webextension/manifest.json
+++ b/webextension/manifest.json
@@ -36,14 +36,14 @@
"32": "img/icon.png"
},
"default_title": "Taler",
- "default_popup": "pages/popup.html"
+ "default_popup": "popup.html"
},
"content_scripts": [
{
"matches": ["*://*/*"],
"js": [
- "js/contentScript.js"
+ "contentScript.js"
],
"run_at": "document_start"
}