-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathinstall.rdf
28 lines (23 loc) · 977 Bytes
/
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
<?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>eventbug@getfirebug.com</em:id>
<em:version>@VERSION@@RELEASE@</em:version>
<em:type>2</em:type>
<!-- Any suitably modern toolkit application -->
<em:targetApplication>
<Description>
<em:id>toolkit@mozilla.org</em:id>
<em:minVersion>5.0</em:minVersion>
<em:maxVersion>20.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:name>EventBug</em:name>
<em:description>Event views for Firebug.</em:description>
<em:creator>John J. Barton</em:creator>
<em:contributor>Jan Odvarko</em:contributor>
<em:homepageURL>http://getfirebug.com/releases/extensions.html#eventbug</em:homepageURL>
<em:updateURL>https://getfirebug.com/releases/eventbug/1.5/update.rdf</em:updateURL>
</Description>
</RDF>