-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathinstall.rdf
29 lines (24 loc) · 1.09 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
<?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>[email protected]</em:id>
<em:version>@VERSION@@RELEASE@</em:version>
<!-- Firefox -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.0</em:minVersion>
<em:maxVersion>40.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:name>NetExport</em:name>
<em:description>Use this extension to export data from Firebug's Net panel.</em:description>
<em:creator>Jan Odvarko</em:creator>
<em:homepageURL>http://getfirebug.com/releases/extensions.html#netexport</em:homepageURL>
<em:contributor>Matthew Consiliens</em:contributor>
<em:contributor>Vincent Bernat</em:contributor>
<em:contributor>Sebastian Zartner</em:contributor>
<em:updateURL>https://getfirebug.com/releases/netexport/update.rdf</em:updateURL>
</Description>
</RDF>