diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 4 |
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 } } |