diff ambnews/install.rdf @ 0:66b00b4c37a6

Origination.
author Atul Varma <varmaa@toolness.com>
date Thu, 21 Aug 2008 15:15:44 -0700
parents
children 1ae3899f35a3
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ambnews/install.rdf	Thu Aug 21 15:15:44 2008 -0700
@@ -0,0 +1,27 @@
+<?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>ambnews@labs.toolness.com</em:id>
+    <em:version>0.0.1a</em:version>
+    <em:type>2</em:type>
+
+    <!-- Target Application this extension can install into, 
+         with minimum and maximum supported versions. --> 
+    <em:targetApplication>
+      <Description>
+        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+        <em:minVersion>3.0</em:minVersion>
+        <em:maxVersion>3.1.*</em:maxVersion>
+      </Description>
+    </em:targetApplication>
+   
+    <!-- Front End MetaData -->
+    <em:name>Ambient News</em:name>
+    <em:description>Get news about your favorite sites without configuring anything.</em:description>
+    <em:creator>Mozilla Corporation</em:creator>
+    <em:homepageURL>http://labs.toolness.com/ambnews/</em:homepageURL>
+    <em:updateURL>https://labs.toolness.com/ambnews/update.rdf</em:updateURL>
+  </Description>
+</RDF>