-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (32 loc) · 1.09 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>Addon updates - external</title>
</head>
<body>
<h3>Update.json file</h3>
<a href="./updates.json">updates.json </a>
<h3>First versions - these need to be installed first</h3>
<a href="./MV2_version1.xpi">MV2_version1.xpi </a>
<br>
<a href="./MV3_version1.zip">MV3_version1.zip </a>
<br>
<a href="./MV2_to_MV3_version1.zip">MV2_to_MV3_version1.zip </a>
<br>
<a href="./MV2_and_MV3_updates_v1.zip">MV2_and_MV3_updates_v1.zip </a>
<h3>Addon new versions - these versions should be found when checking for updates in about:addons</h3>
<a href="./MV2_version2.zip">MV2_version2.zip</a>
<br>
<a href="./MV3_version2.zip">MV3_version2.zip</a>
<br>
<a href="./MV2_to_MV3_version2.zip">MV2_to_MV3_version2.zip</a>
<br>
<span> The second MV2 version belonging to addon "MV2_and_MV3_updates_v1.zip" </span>
<br>
<a href="./MV2_and_MV3_updates_v2=MV2.zip">MV2_and_MV3_updates_v2=MV2.zip</a>
<br>
<span> The third MV3 version belonging to addon "MV2_and_MV3_updates_v1.zip" </span>
<br>
<a href="./MV2_and_MV3_updates_v3=MV3.zip">MV2_and_MV3_updates_v3=MV3.zip</a>
</body>
</html>