aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'lang/js/manifest.json')
-rw-r--r--lang/js/manifest.json10
1 files changed, 3 insertions, 7 deletions
diff --git a/lang/js/manifest.json b/lang/js/manifest.json
index 8bb5c58d..e5e17aa5 100644
--- a/lang/js/manifest.json
+++ b/lang/js/manifest.json
@@ -4,15 +4,11 @@
"name": "gpgme-json with native Messaging",
"description": "This should be able to encrypt a text using gpgme-json",
"version": "0.1",
- "content_security_policy": "default-src 'self' 'unsafe-eval' filesystem",
+ "content_security_policy": "default-src 'self' 'unsafe-eval' filesystem:",
"browser_action": {
"default_icon": "testicon.png",
"default_title": "gpgme.js",
- "default_popup": "ui.html"
+ "default_popup": "testapplication_index.html"
},
- "permissions": ["nativeMessaging", "activeTab"],
-
- "background": {
- "scripts": [ "dist/gpgmejs.bundle.js"]
- }
+ "permissions": ["nativeMessaging", "activeTab"]
}