2018-04-10 09:33:14 +00:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
|
|
|
|
|
|
|
"name": "gpgme-json with native Messaging",
|
|
|
|
"description": "This should be able to encrypt a text using gpgme-json",
|
|
|
|
"version": "0.1",
|
2018-04-18 14:38:06 +00:00
|
|
|
"content_security_policy": "default-src 'self' 'unsafe-eval' filesystem:",
|
2018-04-10 09:33:14 +00:00
|
|
|
"browser_action": {
|
|
|
|
"default_icon": "testicon.png",
|
|
|
|
"default_title": "gpgme.js",
|
2018-04-18 14:38:06 +00:00
|
|
|
"default_popup": "testapplication_index.html"
|
2018-04-10 09:33:14 +00:00
|
|
|
},
|
2018-04-18 14:38:06 +00:00
|
|
|
"permissions": ["nativeMessaging", "activeTab"]
|
2018-04-10 09:33:14 +00:00
|
|
|
}
|