Magellan Linux

Contents of /trunk/mozilla-firefox/init/extensions/{641d8d09-7dda-4850-8228-ac0ab65e2ac9}/install.rdf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 170 - (show annotations) (download) (as text)
Tue May 8 21:59:51 2007 UTC (16 years, 11 months ago) by niro
File MIME type: application/xml
File size: 1197 byte(s)
-import

1 <?xml version="1.0"?>
2
3 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4 xmlns:em="http://www.mozilla.org/2004/em-rdf#">
5
6 <Description about="urn:mozilla:install-manifest">
7 <em:id>{641d8d09-7dda-4850-8228-ac0ab65e2ac9}</em:id>
8 <em:version>1.0</em:version>
9
10 <!-- Target Application this extension can install into,
11 with minimum and maximum supported versions. -->
12 <em:targetApplication>
13 <Description>
14 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
15 <em:minVersion>0.9</em:minVersion>
16 <em:maxVersion>0.9</em:maxVersion>
17 </Description>
18 </em:targetApplication>
19
20 <!-- Front End MetaData -->
21 <em:name>DOM Inspector</em:name>
22 <em:description>A powerful tool for viewing and manipulating documents.</em:description>
23 <em:creator>Joe Hewitt</em:creator>
24
25 <em:locked>true</em:locked>
26
27 <!-- Front End Integration Hooks (used by Extension Manager)-->
28
29 <!-- Packages, Skins and Locales that this extension registers -->
30 <!-- XXXben - inspector does not list these here as they are built and
31 installed by the build process -->
32 </Description>
33
34 </RDF>