eef3a509fa
-- Note this code misses all the legal boilerplate; please add this as soon as possible and provide a DCO so we can merge it into master. I also removed the dist/ directory because that was not source code.
19 lines
491 B
JSON
19 lines
491 B
JSON
{
|
|
"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"]
|
|
}
|
|
}
|