-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupdate-manifest.json
24 lines (24 loc) · 957 Bytes
/
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
{
"addons": {
"ku-rmp@jamesmendel": {
"updates": [
{
"version": "1.0",
"update_link": "https://github.com/jamesmendel/ku-rmp/releases/download/1.0/ku_search_ratemyprofessors-1.0-an+fx.xpi"
},
{
"version": "1.1",
"update_link": "https://github.com/jamesmendel/ku-rmp/releases/download/v1.1/ku_search_ratemyprofessors-1.1-fx.xpi"
},
{
"version": "1.1.1",
"update_link": "https://github.com/jamesmendel/ku-rmp/releases/download/v1.1.1/ku_search_ratemyprofessors-1.1.1-fx.xpi"
},
{
"version": "1.2",
"update_link": "https://github.com/jamesmendel/ku-rmp/releases/download/v1.2/ku_search_ratemyprofessors-1.2-fx.xpi"
}
]
}
}
}