2019-05-21 12:47:34 +02:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "p≡p for Thunderbird",
|
|
|
|
"description": "p≡p message encryption and authentication",
|
2020-04-14 10:22:00 +02:00
|
|
|
"author": "p≡p Team for Thunderbird",
|
|
|
|
"homepage_url": "https://pep.security",
|
2020-04-21 20:38:29 +02:00
|
|
|
"version": "1.0.003-test",
|
2020-04-14 10:22:00 +02:00
|
|
|
"default_locale": "en",
|
2019-05-21 12:47:34 +02:00
|
|
|
"applications": {
|
|
|
|
"gecko": {
|
2020-03-20 22:34:01 +01:00
|
|
|
"id": "pEp4Tb@pEp.security",
|
2020-04-15 10:08:31 +02:00
|
|
|
"strict_min_version": "68.0a1"
|
2019-05-21 12:47:34 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"icons": {
|
2020-03-05 12:30:30 +01:00
|
|
|
"16": "content/resources/images/logo.png",
|
|
|
|
"32": "content/resources/images/logo.png",
|
|
|
|
"64": "content/resources/images/logo.png"
|
2019-05-21 12:47:34 +02:00
|
|
|
},
|
2019-11-14 12:34:50 +01:00
|
|
|
|
|
|
|
"compose_action": {
|
|
|
|
"default_area": "formattoolbar",
|
|
|
|
"default_title": "Disable Protection",
|
2020-03-05 12:30:30 +01:00
|
|
|
"default_icon": "content/resources/images/logo.png"
|
2019-11-14 12:34:50 +01:00
|
|
|
|
|
|
|
},
|
|
|
|
|
2020-04-15 10:08:31 +02:00
|
|
|
"experiment_apis": {
|
|
|
|
"pEp4Tb": {
|
|
|
|
"schema": "schema.json",
|
|
|
|
"parent": {
|
|
|
|
"scopes": [
|
|
|
|
"addon_parent"
|
|
|
|
],
|
|
|
|
"paths": [
|
|
|
|
["pEp4Tb"]
|
|
|
|
],
|
|
|
|
"script": "experiments.js",
|
|
|
|
"events": ["startup"]
|
|
|
|
}
|
2019-08-29 14:50:14 +02:00
|
|
|
}
|
2020-04-15 10:08:31 +02:00
|
|
|
},
|
|
|
|
|
|
|
|
"background": {
|
|
|
|
"scripts": [
|
|
|
|
"background.js"
|
|
|
|
]
|
2019-05-21 12:47:34 +02:00
|
|
|
}
|
2019-08-29 14:50:14 +02:00
|
|
|
}
|