blob: 8bb5c58dc51d5b7a0c8ed4d5d1f8ee514f8a9c95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"manifest_version": 2,
"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",
"browser_action": {
"default_icon": "testicon.png",
"default_title": "gpgme.js",
"default_popup": "ui.html"
},
"permissions": ["nativeMessaging", "activeTab"],
"background": {
"scripts": [ "dist/gpgmejs.bundle.js"]
}
}
|