<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
	 xmlns:chrome="http://www.mozilla.org/rdf/chrome#">

  <rdf:Seq rdf:about="urn:mozilla:package:root">
    <rdf:li rdf:resource="urn:mozilla:package:hello"/>
  </rdf:Seq>
  <rdf:description rdf:about="urn:mozilla:package:hello"
		   chrome:displayname="Extension Hello World"
		   chrome:author="Nicolas Roudaire"
		   chrome:name="hello">
  </rdf:description>
</rdf:RDF>
