-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
46 lines (46 loc) · 1.13 KB
/
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
38
39
40
41
42
43
44
45
46
{
"manifest_version": 2,
"applications": {
"gecko": {
"id": "se@ms",
"strict_min_version": "78.0"
}
},
"name": "Seams",
"version": "2.0.0",
"description": "Patchwork integration for Thunderbird",
"author": "Qeole",
"homepage_url": "https://github.com/Qeole/seams",
"icons": {
"64": "icons/seams.png"
},
"permissions": [
"https://*/",
"messagesRead",
"storage"
],
"message_display_action": {
"browser_style": true,
"default_popup": "popup/popup.html",
"default_title": "Patch",
"theme_icons": [
{
"light": "icons/action_light_16.png",
"dark": "icons/action_dark_16.png",
"size": 16
},
{
"light": "icons/action_light_32.png",
"dark": "icons/action_dark_32.png",
"size": 32
}
]
},
"background": {
"page": "scripts/background.html"
},
"options_ui": {
"browser_style": true,
"page": "options/ui.html"
}
}