aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json13
1 files changed, 6 insertions, 7 deletions
diff --git a/manifest.json b/manifest.json
index f4681d627..90d414e3d 100644
--- a/manifest.json
+++ b/manifest.json
@@ -36,28 +36,27 @@
"32": "img/icon.png"
},
"default_title": "Taler",
- "default_popup": "popup/popup.html"
+ "default_popup": "src/popup/popup.html"
},
"content_scripts": [
{
"matches": ["*://*/*"],
"js": [
- "lib/vendor/URI.js",
- "lib/taler-wallet-lib.js",
- "content_scripts/notify.js"
+ "src/vendor/URI.js",
+ "src/taler-wallet-lib.js",
+ "src/content_scripts/notify.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
- "pages/*",
- "lib/*"
+ "src/*"
],
"background": {
- "page": "background/background.html",
+ "page": "src/background/background.html",
"persistent": true
}
}