<?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>firebug@software.joehewitt.com</em:id>
    <em:version>@VERSION@</em:version>
    <em:type>2</em:type>

    <!-- Firefox -->
    <em:targetApplication>
      <Description>
        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
        <em:minVersion>1.5</em:minVersion>
        <em:maxVersion>3.0.0.*</em:maxVersion>
      </Description>
    </em:targetApplication>

    <!-- Flock -->
    <em:targetApplication>
      <Description>
        <em:id>{a463f10c-3994-11da-9945-000d60ca027b}</em:id>
        <em:minVersion>0.5</em:minVersion>
        <em:maxVersion>1.0.*</em:maxVersion>
      </Description>
    </em:targetApplication>

    <em:name>Firebug</em:name>
    <em:description>Web Development Evolved. </em:description>
    <em:creator>Joe Hewitt</em:creator>
    <em:contributor>1.1 enhancements: John J. Barton (IBM Almaden Research Center)</em:contributor>
    <em:contributor>Max Stepanov (Aptana, Inc.)</em:contributor>
    <em:iconURL>chrome://firebug/content/firebug.png</em:iconURL>
    <em:homepageURL>http://www.getfirebug.com/</em:homepageURL>
    <em:updateURL>@UPDATEPATH@/update.rdf</em:updateURL>
    <em:updateKey>
        MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDA6eg5lT8wHTQsSn+ml+Njwm8p3iCgPAHM
        xfqGlZl6Zg70mLzZo0Drna6gyHfqSuQ4BfWvQ1fIxIdH5tHGIsXpY9R7igHt2Rv3CGRDbIm3
        Ic+oHnLytnMZc3Gu0imORZAHLSejQEnqZ4OqdT534QyRXi3aEZXCjvLZ7+cfTaMn1QIDAQAB
    </em:updateKey>

  </Description>
</RDF>
