-
Notifications
You must be signed in to change notification settings - Fork 8
/
update.json
41 lines (41 loc) · 1.08 KB
/
update.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
{
"addons": {
"daeda@mit.edu": {
"updates": [
{
"version": "0.1.4",
"update_link": "https://github.com/daeh/zotero-markdb-connect/releases/latest/download/markdb-connect.xpi",
"applications": {
"zotero": {
"strict_min_version": "6.999",
"strict_max_version": "7.0.*"
}
}
},
{
"version": "0.0.27",
"update_link": "https://github.com/daeh/zotero-markdb-connect/releases/download/v0.0.27/markdb-connect-0.0.27.xpi",
"applications": {
"gecko": {
"strict_min_version": "60.9",
"strict_max_version": "60.9"
}
}
}
]
},
"dev@daeh.info": {
"updates": [
{
"version": "0.1.4",
"update_link": "https://github.com/daeh/zotero-markdb-connect/releases/latest/download/markdb-connect.xpi",
"applications": {
"zotero": {
"strict_min_version": "6.999"
}
}
}
]
}
}
}