comparison ambnews/install.rdf @ 0:66b00b4c37a6

Origination.
author Atul Varma <varmaa@toolness.com>
date Thu, 21 Aug 2008 15:15:44 -0700
parents
children 1ae3899f35a3
comparison
equal deleted inserted replaced
-1:000000000000 0:66b00b4c37a6
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>ambnews@labs.toolness.com</em:id>
7 <em:version>0.0.1a</em:version>
8 <em:type>2</em:type>
9
10 <!-- Target Application this extension can install into,
11 with minimum and maximum supported versions. -->
12 <em:targetApplication>
13 <Description>
14 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
15 <em:minVersion>3.0</em:minVersion>
16 <em:maxVersion>3.1.*</em:maxVersion>
17 </Description>
18 </em:targetApplication>
19
20 <!-- Front End MetaData -->
21 <em:name>Ambient News</em:name>
22 <em:description>Get news about your favorite sites without configuring anything.</em:description>
23 <em:creator>Mozilla Corporation</em:creator>
24 <em:homepageURL>http://labs.toolness.com/ambnews/</em:homepageURL>
25 <em:updateURL>https://labs.toolness.com/ambnews/update.rdf</em:updateURL>
26 </Description>
27 </RDF>