-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
40 lines (40 loc) · 1.01 KB
/
manifest.json
File metadata and controls
40 lines (40 loc) · 1.01 KB
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
38
39
40
{
"manifest_version": 2,
"name": "SentAutoMove",
"description": "__MSG_extensionDescription__",
"version": "2.0.0",
"author": "Mic (m@micz.it)",
"homepage_url": "https://micz.it/thunderbird-addon-sentautomove/",
"browser_specific_settings": {
"gecko": {
"id": "sentautomove@micz.it",
"strict_min_version": "128.0"
}
},
"permissions": [
"messagesRead",
"accountsRead",
"storage",
"messagesMove",
"compose",
"notifications",
"menus"
],
"options_ui":{
"page": "options/mzsam-options.html"
},
"background": {
"page": "mzsam-background.html"
},
"icons": {
"64": "images/icon.png",
"32": "images/icon-32px.png",
"16": "images/icon-16px.png"
},
"default_locale": "en",
"browser_action": {
"default_title": "SentAutoMove",
"default_icon": "images/icon-32px.png",
"default_popup": "popup/mzsam-popup.html"
}
}