-
Notifications
You must be signed in to change notification settings - Fork 1
/
firefox-update-manifest.json
44 lines (44 loc) · 1.19 KB
/
firefox-update-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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"addons": {
"TISS.Lightning.Registrator@breakbar.com": {
"updates": [
{
"version": "1.1.1",
"update_link": "https://github.com/The-breakbar/TISS-Lightning-Registrator/releases/download/v1.1.0/TISS-Lightning-Registrator-1.1.1-Firefox.xpi",
"applications": {
"gecko": {
"strict_min_version": "109.0"
}
}
},
{
"version": "1.2.0",
"update_link": "https://github.com/The-breakbar/TISS-Lightning-Registrator/releases/download/v1.2.0/TISS-Lightning-Registrator-1.2.0-Firefox.xpi",
"applications": {
"gecko": {
"strict_min_version": "109.0"
}
}
},
{
"version": "1.2.1",
"update_link": "https://github.com/The-breakbar/TISS-Lightning-Registrator/releases/download/v1.2.1/TISS-Lightning-Registrator-1.2.1-Firefox.xpi",
"applications": {
"gecko": {
"strict_min_version": "109.0"
}
}
},
{
"version": "1.3.0",
"update_link": "https://github.com/The-breakbar/TISS-Lightning-Registrator/releases/download/v1.3.0/TISS-Lightning-Registrator-1.3.0-Firefox.xpi",
"applications": {
"gecko": {
"strict_min_version": "109.0"
}
}
}
]
}
}
}