introduce touch events (or try that), start refactoring toolbar; also KILL THE XUL...
[mandelbrot.git] / install.rdf
diff --git a/install.rdf b/install.rdf
new file mode 100644 (file)
index 0000000..9403bfb
--- /dev/null
@@ -0,0 +1,45 @@
+<?xml version="1.0"?>
+#filter substitution
+<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>@INSTALL_EXTENSION_ID@</em:id>
+    <em:type>2</em:type>
+    <em:version>@EXTENSION_VERSION@</em:version>
+    <em:name>KaiRo.at Mandelbrot</em:name>
+    <em:description>Mandelbrot browser, based on highschool final thesis work of Robert Kaiser, but completely rewritten</em:description>
+    <em:creator>Robert Kaiser</em:creator>
+    <!-- Firefox -->
+    <em:targetApplication>
+      <Description>
+        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+        <em:minVersion>4.0b9</em:minVersion>
+        <em:maxVersion>10.0a1</em:maxVersion>
+      </Description>
+    </em:targetApplication>
+    <!-- SeaMonkey -->
+    <em:targetApplication>
+      <Description>
+        <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
+        <em:minVersion>2.1b1</em:minVersion>
+        <em:maxVersion>2.7a1</em:maxVersion>
+      </Description>
+    </em:targetApplication>
+    <!-- Fennec -->
+    <em:targetApplication>
+      <Description>
+        <em:id>{a23983c0-fd0e-11dc-95ff-0800200c9a66}</em:id>
+        <em:minVersion>4.0b3</em:minVersion>
+        <em:maxVersion>10.0a1</em:maxVersion>
+      </Description>
+    </em:targetApplication>
+    <!-- toolkit -->
+    <em:targetApplication>
+      <Description>
+        <em:id>toolkit@mozilla.org</em:id>
+        <em:minVersion>1.9.0</em:minVersion>
+        <em:maxVersion>10.0</em:maxVersion>
+      </Description>
+    </em:targetApplication>
+  </Description>
+</RDF>
\ No newline at end of file