Automated checkin: version bump remove "pre" from version number for firefox 3.7a1...
[mozilla-central.git] / extensions / metrics / install.rdf
blobacbf12c87b59651d58eda02738bc28020fda2238
1 <?xml version="1.0"?>
3 #filter substitution
5 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:em="http://www.mozilla.org/2004/em-rdf#">
7 <Description about="urn:mozilla:install-manifest">
8 <em:id>metrics@mozilla.org</em:id>
9 <em:version>@EXTENSION_VERSION@</em:version>
11 <em:targetApplication>
12 <!-- Firefox -->
13 <Description>
14 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
15 <em:minVersion>3.0a1</em:minVersion>
16 <em:maxVersion>@FIREFOX_VERSION@</em:maxVersion>
17 </Description>
18 </em:targetApplication>
20 <!-- front-end metadata -->
21 <em:name>Spectator</em:name>
22 <em:description>Collects anonymous usage statistics from the browser</em:description>
23 <em:creator>mozilla.org</em:creator>
24 <em:optionsURL>chrome://metrics/content/prefs.xul</em:optionsURL>
26 <em:file>
27 <Description about="urn:mozilla:extension:file:metrics.jar">
28 <em:package>content/</em:package>
29 <em:skin>skin/</em:skin>
30 <em:locale>locale/en-US/</em:locale>
31 </Description>
32 </em:file>
33 </Description>
34 </RDF>