-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathinstall.rdf
More file actions
executable file
·43 lines (43 loc) · 1.7 KB
/
install.rdf
File metadata and controls
executable file
·43 lines (43 loc) · 1.7 KB
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
<?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">
<em:id>{A5C87640-F7CF-11DA-974D-0800200C9A66}</em:id>
<em:version>0.3.2</em:version>
<em:type>2</em:type><!-- type=extension -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.0</em:minVersion>
<em:maxVersion>19.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:name>Mobile Barcoder</em:name>
<em:description>Mobile Barcoder generates 2D barcodes of URLs and text selections so that you can transfer that information to your mobile easily.</em:description>
<em:creator>Duncan Sample</em:creator>
<em:contributor>James Carter</em:contributor>
<em:contributor>Miia Ranta</em:contributor>
<em:contributor>Jay Knight</em:contributor>
<em:contributor>Geoff Lawrence</em:contributor>
<em:homepageURL>http://www.sample.org.uk/mobilebarcoder/</em:homepageURL>
<em:iconURL>chrome://mobilebarcode/skin/icon.png</em:iconURL>
<!-- <em:aboutURL>chrome://mobilebarcode/content/about.xul</em:aboutURL>-->
<em:optionsURL>chrome://mobilebarcode/content/options.xul</em:optionsURL>
<em:localized>
<Description>
<em:locale>jp</em:locale>
<em:name>Mobile Barcoder</em:name>
<em:description></em:description>
<em:translator>Alex Procter</em:translator>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>de</em:locale>
<em:name>Mobile Barcoder</em:name>
<em:description></em:description>
<em:translator>mikeL</em:translator>
</Description>
</em:localized>
</Description>
</RDF>