-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
manifest.json
38 lines (37 loc) · 922 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"manifest_version": 2,
"name": "Monterail Full Dark",
"description": "Monterail Full Dark, a Thunderbird theme inspired by the mockup of Monterail",
"version": "3.3",
"author": "Emanuele Concas",
"homepage_url": "https://addons.thunderbird.net/en-US/thunderbird/addon/monterail-full-dark-2/",
"applications": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "91.0"
}
},
"icons": {
"64": "icon.png"
},
"experiment_apis": {
"WindowListener": {
"schema": "api/WindowListener/schema.json",
"parent": {
"scopes": ["addon_parent"],
"paths": [["WindowListener"]],
"script": "api/WindowListener/implementation.js"
}
}
},
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"page": "content/options.html",
"browser_style": true
},
"permissions": ["storage"]
}