-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathinstall.rdf
34 lines (28 loc) · 1.05 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
<?xml version="1.0" ?>
<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">
<!-- Required -->
<em:id>ctypes-otr@tormessenger</em:id>
<em:name>ctypes-otr</em:name>
<em:version>0.0.4+git</em:version>
<em:type>2</em:type>
<em:unpack>true</em:unpack>
<em:bootstrap>true</em:bootstrap>
<!-- Instantbird -->
<em:targetApplication>
<Description>
<em:id>{33cb9019-c295-46dd-be21-8c4936574bee}</em:id>
<em:minVersion>0</em:minVersion>
<em:maxVersion>*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Optional -->
<em:creator>Arlo Breault</em:creator>
<em:description>js-ctypes wrapper for libotr</em:description>
<em:homepageURL>https://github.com/arlolra/ctypes-otr</em:homepageURL>
<em:optionsURL>chrome://otr/content/prefs.xul</em:optionsURL>
<em:updateURL>data:text/plain,</em:updateURL>
<em:updateKey>-</em:updateKey>
</Description>
</RDF>