-
Notifications
You must be signed in to change notification settings - Fork 3
/
updates.json
56 lines (56 loc) · 1.92 KB
/
updates.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
45
46
47
48
49
50
51
52
53
54
55
56
{
"addons": {
"@bettertraq": {
"updates": [
{
"version": "3.2.0",
"update_link": "https://github.com/JichouP/Better-traQ/releases/download/v3.2.0/traQ-firefox-3.1.2.xpi"
},
{
"version": "3.1.2",
"update_link": "https://github.com/JichouP/Better-traQ/releases/download/v3.1.2/traQ-firefox-3.1.2.xpi"
},
{
"version": "3.1.1",
"update_link": "https://github.com/JichouP/Better-traQ/releases/download/v3.1.1/traQ-firefox-3.1.1.xpi"
},
{
"version": "3.1.0",
"update_link": "https://github.com/JichouP/Better-traQ/releases/download/v3.1.0/traQ-firefox-3.1.0.xpi"
},
{
"version": "3.0.1",
"update_link": "https://github.com/JichouP/Better-traQ/releases/download/v3.0.1/traQ-firefox-3.0.1.xpi"
},
{
"version": "3.0.0.0",
"update_link": "https://github.com/JichouP/Better-traQ/releases/download/v3.0.0/traQ-firefox-3.0.0.xpi"
}
]
},
"@betterextraq": {
"updates": [
{
"version": "3.2.0",
"update_link": "https://github.com/JichouP/Better-traQ/releases/download/v3.2.0/ex-traQ-firefox-3.1.2.xpi"
},
{
"version": "3.1.2",
"update_link": "https://github.com/JichouP/Better-traQ/releases/download/v3.1.2/ex-traQ-firefox-3.1.2.xpi"
},
{
"version": "3.1.1",
"update_link": "https://github.com/JichouP/Better-traQ/releases/download/v3.1.1/ex-traQ-firefox-3.1.1.xpi"
},
{
"version": "3.1.0",
"update_link": "https://github.com/JichouP/Better-traQ/releases/download/v3.1.0/ex-traQ-firefox-3.1.0.xpi"
},
{
"version": "3.0.1",
"update_link": "https://github.com/JichouP/Better-traQ/releases/download/v3.0.1/ex-traQ-firefox-3.0.1.xpi"
}
]
}
}
}