-
Notifications
You must be signed in to change notification settings - Fork 1
/
install.rdf
23 lines (23 loc) · 1.07 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
<?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>[email protected]</em:id>
<em:type>2</em:type>
<em:name>UploadProgress</em:name>
<em:version>0.91</em:version>
<em:creator>Fernando Vicente</em:creator>
<em:contributor></em:contributor>
<em:description>Displays the progress of the current uploads</em:description>
<em:aboutURL>chrome://uploadprogress/content/about.xul</em:aboutURL>
<em:optionsURL>chrome://uploadprogress/content/options.xul</em:optionsURL>
<em:iconURL>chrome://uploadprogress/skin/uploadIconBig.png</em:iconURL>
<em:icon64URL>chrome://uploadprogress/skin/uploadIconBigger.png</em:icon64URL>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- Firefox -->
<em:minVersion>3.5</em:minVersion>
<em:maxVersion>5.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>