generated from MuiseDestiny/zotero-addon-template
-
Notifications
You must be signed in to change notification settings - Fork 17
/
update.json
26 lines (26 loc) · 888 Bytes
/
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
{
"addons": {
"[email protected]": {
"updates": [
{
"version": "0.4.7",
"update_link": "https://github.com/muisedestiny/eaiser-citation/releases/latest/download/zotero-citation.xpi",
"applications": {
"gecko": {
"strict_min_version": "60.0"
}
}
},
{
"version": "0.4.7",
"update_link": "https://github.com/muisedestiny/eaiser-citation/releases/latest/download/zotero-citation.xpi",
"applications": {
"zotero": {
"strict_min_version": "6.999"
}
}
}
]
}
}
}