forked from opto/nostalgy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
25 lines (23 loc) · 842 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
{
"manifest_version": 2,
"name": "Nostalgy",
"description": "Adds shortcuts to change folder, move/copy messages, with folder completion, and other utilities to archive or organise emails. User instructions at tools->addon settings->nostalgy-> Nostalgy usage directions",
"version": "1.0.25",
"author": "Alain Frisch, opto (Klaus Buecher)",
"developer": {
"name": "Alain Frisch, opto (Klaus Buecher)"
},
"legacy": {
"type": "xul",
"options": {
"page": "chrome://nostalgy/content/edit_prefs.xul",
"open_in_tab": false
}
},
"applications": {
"gecko": {
"id": "nostalgy@alain.frisch",
"strict_min_version": "68.0"
}
}
}