Mercurial > hg > config
diff install.rdf @ 198:59d4f04497dd
package into extension for profile, add direct file logging instead of stdout r=vlad
author | Joel Maher <jmaher@mozilla.com> |
---|---|
date | Tue, 05 Oct 2010 17:01:29 -0400 |
parents | |
children | 24604ae471f8 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/install.rdf Tue Oct 05 17:01:29 2010 -0400 @@ -0,0 +1,20 @@ +<?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>pageloader@mozilla.org</em:id> + <em:version>1.0</em:version> + <em:targetApplication> + <Description> + <em:id>toolkit@mozilla.org</em:id> + <em:minVersion>2.0b3pre</em:minVersion> + <em:maxVersion>9.0</em:maxVersion> + </Description> + </em:targetApplication> + <!-- Front End MetaData --> + <em:name>PageLoader extension</em:name> + <em:description>Cycles through pages and measures load times</em:description> + <em:creator>Vladimir Vukicevic</em:creator> + </Description> +</RDF>