aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/DemoExtension/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lang/js/DemoExtension/manifest.json (renamed from lang/js/manifest.json)6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/js/manifest.json b/lang/js/DemoExtension/manifest.json
index e5e17aa5..9e057b35 100644
--- a/lang/js/manifest.json
+++ b/lang/js/DemoExtension/manifest.json
@@ -2,13 +2,13 @@
"manifest_version": 2,
"name": "gpgme-json with native Messaging",
- "description": "This should be able to encrypt a text using gpgme-json",
+ "description": "A simple demo application",
"version": "0.1",
- "content_security_policy": "default-src 'self' 'unsafe-eval' filesystem:",
+ "content_security_policy": "default-src 'self' filesystem:",
"browser_action": {
"default_icon": "testicon.png",
"default_title": "gpgme.js",
- "default_popup": "testapplication_index.html"
+ "default_popup": "popup.html"
},
"permissions": ["nativeMessaging", "activeTab"]
}