summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-05-28 23:15:41 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-05-28 23:15:41 +0200
commitb6e774585d32017e5f1ceeeb2b2e2a5e350354d3 (patch)
tree080cb5afe3b48c0428abd2d7de1ff7fe34d9b9b1 /manifest.json
parent38a74188d759444d7e1abac856f78ae710e2a4c5 (diff)
downloadwallet-core-b6e774585d32017e5f1ceeeb2b2e2a5e350354d3.tar.gz
wallet-core-b6e774585d32017e5f1ceeeb2b2e2a5e350354d3.tar.bz2
wallet-core-b6e774585d32017e5f1ceeeb2b2e2a5e350354d3.zip
move webex specific things in their own directory
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json
index c93d49fed..1fa5282fd 100644
--- a/manifest.json
+++ b/manifest.json
@@ -36,7 +36,7 @@
"32": "img/icon.png"
},
"default_title": "Taler",
- "default_popup": "src/pages/popup.html"
+ "default_popup": "src/webex/pages/popup.html"
},
"content_scripts": [
@@ -54,7 +54,7 @@
],
"background": {
- "page": "src/background/background.html",
+ "page": "src/webex/background.html",
"persistent": true
}
}