This repository has been archived by the owner on Jul 10, 2023. It is now read-only.
forked from RealityRipple/DownItAll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.rdf
44 lines (44 loc) · 1.84 KB
/
install.rdf
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
<?xml version="1.0" encoding="utf-8"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest"
em:id="{C0BDE00B-B7AB-5D45-B456-814ED225513F}" em:name="DownItAll!"
em:description="The mass downloader for UXP Browsers."
em:version="31.0" em:bootstrap="true" em:type="2" em:creator="RealityRipple"
em:iconURL="chrome://diaicon/content/icon.png"
em:icon64URL="chrome://diaicon/content/icon64.png"
em:homepageURL="https://realityripple.com/Software/XUL/DownItAll/"
em:updateURL="https://realityripple.com/Software/XUL/DownItAll/update.rdf"
em:optionsURL="chrome://dia/content/preferences/prefs.xul">
<em:contributor>moonbat</em:contributor>
<em:contributor>Matt A. Tobin</em:contributor>
<em:developer>Federico Parodi</em:developer>
<em:developer>Stefano Verna</em:developer>
<em:developer>Nils Maier</em:developer>
<em:targetApplication name="Pale Moon">
<Description
em:id="{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}" em:minVersion="27.0"
em:maxVersion="29.*"/>
</em:targetApplication>
<em:targetApplication name="Borealis Navigator">
<Description
em:id="{a3210b97-8e8a-4737-9aa0-aa0e607640b9}" em:minVersion="0.9"
em:maxVersion="0.9.*"/>
</em:targetApplication>
<em:targetApplication name="Basilisk">
<Description
em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}" em:minVersion="52.0"
em:maxVersion="52.*"/>
</em:targetApplication>
<em:targetApplication name="Firefox">
<Description
em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}" em:minVersion="45.0"
em:maxVersion="56.*"/>
</em:targetApplication>
<em:targetApplication name="Seamonkey">
<Description
em:id="{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}" em:minVersion="2.40"
em:maxVersion="2.49.*"/>
</em:targetApplication>
</Description>
</RDF>