-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathupdates.json
More file actions
32 lines (32 loc) · 917 Bytes
/
updates.json
File metadata and controls
32 lines (32 loc) · 917 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
27
28
29
30
31
32
{
"addons": {
"{8845E3B3-E8FB-40E2-95E9-EC40294818C4}": {
"updates": [
{
"version": "6.5.5",
"update_info_url": "https://github.com/jobisoft/quicktext/releases",
"update_link": "https://github.com/jobisoft/quicktext/releases/download/v6.5.5/quicktext_6_5_5.xpi",
"applications": {
"gecko": {
"strict_min_version": "128.0"
}
}
}
]
},
"quicktext-legacy@jobisoft.de": {
"updates": [
{
"version": "1.0.3",
"update_info_url": "https://github.com/jobisoft/quicktext/releases",
"update_link": "https://github.com/jobisoft/quicktext/releases/download/v6.5.3/quicktext_legacy_companion_1_0_3.xpi",
"applications": {
"gecko": {
"strict_min_version": "128.0"
}
}
}
]
}
}
}