-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdates.json
More file actions
23 lines (23 loc) · 792 Bytes
/
updates.json
File metadata and controls
23 lines (23 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"addons": {
"betterintra@mpouillo" : {
"updates": [
{
"version": "1.1.1",
"update_link": "https://github.com/mpouillo/BetterIntra/releases/download/1.1.1/betterintra-1.1.1.xpi",
"update_info_url": "https://github.com/mpouillo/BetterIntra/releases/tag/1.1.1"
},
{
"version": "1.1.0",
"update_link": "https://github.com/mpouillo/BetterIntra/releases/download/1.1.0/betterintra-1.1.0.xpi",
"update_info_url": "https://github.com/mpouillo/BetterIntra/releases/tag/1.1.0"
},
{
"version": "1.0.0",
"update_link": "https://github.com/mpouillo/BetterIntra/releases/download/1.0.0/betterintra-1.0.0.xpi",
"update_info_url": "https://github.com/mpouillo/BetterIntra/releases/tag/1.0.0"
}
]
}
}
}