You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.0 KiB
JSON
51 lines
1.0 KiB
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "p≡p for Thunderbird",
|
|
"description": "p≡p message encryption and authentication",
|
|
"author": "p≡p Team for Thunderbird",
|
|
"homepage_url": "https://pep.security",
|
|
"version": "1.0.003-test",
|
|
"default_locale": "en",
|
|
"applications": {
|
|
"gecko": {
|
|
"id": "pEp4Tb@pEp.security",
|
|
"strict_min_version": "68.0a1"
|
|
}
|
|
},
|
|
|
|
"icons": {
|
|
"16": "content/resources/images/logo.png",
|
|
"32": "content/resources/images/logo.png",
|
|
"64": "content/resources/images/logo.png"
|
|
},
|
|
|
|
"compose_action": {
|
|
"default_area": "formattoolbar",
|
|
"default_title": "Disable Protection",
|
|
"default_icon": "content/resources/images/logo.png"
|
|
|
|
},
|
|
|
|
"experiment_apis": {
|
|
"pEp4Tb": {
|
|
"schema": "schema.json",
|
|
"parent": {
|
|
"scopes": [
|
|
"addon_parent"
|
|
],
|
|
"paths": [
|
|
["pEp4Tb"]
|
|
],
|
|
"script": "experiments.js",
|
|
"events": ["startup"]
|
|
}
|
|
}
|
|
},
|
|
|
|
"background": {
|
|
"scripts": [
|
|
"background.js"
|
|
]
|
|
}
|
|
}
|