Mercurial > hg > config
comparison install.rdf @ 208:3f290bcae11a
wtf
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 13 Feb 2012 16:24:06 -0800 |
parents | 24604ae471f8 |
children |
comparison
equal
deleted
inserted
replaced
207:7bad4b7281f2 | 208:3f290bcae11a |
---|---|
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 <Description about="urn:mozilla:install-manifest"> | |
6 <em:id>pageloader@mozilla.org</em:id> | |
7 <em:version>1.0</em:version> | |
8 <em:targetApplication> | |
9 <Description> | |
10 <em:id>toolkit@mozilla.org</em:id> | |
11 <em:minVersion>2.0b3pre</em:minVersion> | |
12 <em:maxVersion>*</em:maxVersion> | |
13 </Description> | |
14 </em:targetApplication> | |
15 <!-- Front End MetaData --> | |
16 <em:name>PageLoader extension</em:name> | |
17 <em:description>Cycles through pages and measures load times</em:description> | |
18 <em:creator>Vladimir Vukicevic</em:creator> | |
19 </Description> | |
20 </RDF> |