generated from MuiseDestiny/zotero-addon-template
-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathupdate.json
More file actions
26 lines (26 loc) · 681 Bytes
/
update.json
File metadata and controls
26 lines (26 loc) · 681 Bytes
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": {
"zoteroreference@polygon.org": {
"updates": [
{
"version": "0.6.4",
"update_link": "https://github.com/muisedestiny/zotero-reference/releases/latest/download/zotero-reference.xpi",
"applications": {
"gecko": {
"strict_min_version": "60.0"
}
}
},
{
"version": "0.6.4",
"update_link": "https://github.com/muisedestiny/zotero-reference/releases/latest/download/zotero-reference.xpi",
"applications": {
"zotero": {
"strict_min_version": "6.999"
}
}
}
]
}
}
}