2018-04-10 09:33:14 +00:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
|
|
|
|
|
|
|
"name": "gpgme-json with native Messaging",
|
2018-04-26 15:13:34 +00:00
|
|
|
"description": "A simple demo application",
|
2018-04-10 09:33:14 +00:00
|
|
|
"version": "0.1",
|
2018-04-26 15:13:34 +00:00
|
|
|
"content_security_policy": "default-src 'self' filesystem:",
|
2018-04-10 09:33:14 +00:00
|
|
|
"browser_action": {
|
|
|
|
"default_icon": "testicon.png",
|
|
|
|
"default_title": "gpgme.js",
|
2018-04-26 15:13:34 +00:00
|
|
|
"default_popup": "popup.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
|
|
|
}
|