summaryrefslogtreecommitdiff
path: root/src/install.rdf
diff options
context:
space:
mode:
Diffstat (limited to 'src/install.rdf')
-rw-r--r--src/install.rdf26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/install.rdf b/src/install.rdf
new file mode 100644
index 0000000..9295bbd
--- /dev/null
+++ b/src/install.rdf
@@ -0,0 +1,26 @@
+<?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>{b0bdf19d-9121-4bad-a13c-e47654633be9}</em:id>
+ <em:name>EVE-IGB Bridge</em:name>
+ <em:description>Bridges EVE-IGB headers and JS functions securely</em:description>
+ <em:version>0.1</em:version>
+ <em:creator>Alex Xu (Hello71)</em:creator>
+ <em:type>2</em:type>
+ <em:bootstrap>true</em:bootstrap>
+ <em:optionsURL>chrome://eib/content/options.xul</em:optionsURL>
+ <em:optionsType>2</em:optionsType>
+
+ <!-- Mozilla Firefox -->
+ <em:targetApplication>
+ <Description>
+ <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+ <em:minVersion>4.*</em:minVersion>
+ <em:maxVersion>10.*</em:maxVersion>
+ </Description>
+ </em:targetApplication>
+ </Description>
+</RDF>