summaryrefslogtreecommitdiffstats
path: root/b2g/simulator/install.rdf.in
diff options
context:
space:
mode:
Diffstat (limited to 'b2g/simulator/install.rdf.in')
-rw-r--r--b2g/simulator/install.rdf.in52
1 files changed, 52 insertions, 0 deletions
diff --git a/b2g/simulator/install.rdf.in b/b2g/simulator/install.rdf.in
new file mode 100644
index 000000000..e9827d084
--- /dev/null
+++ b/b2g/simulator/install.rdf.in
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, You can obtain one at http://mozilla.org/MPL/2.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>@ADDON_ID@</em:id>
+ <em:version>@ADDON_VERSION@</em:version>
+ <em:type>2</em:type>
+ <em:bootstrap>true</em:bootstrap>
+ <em:unpack>true</em:unpack>
+
+ <!-- Firefox -->
+ <em:targetApplication>
+ <Description>
+ <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+ <em:minVersion>44.0a1</em:minVersion>
+ <em:maxVersion>45.0</em:maxVersion>
+ </Description>
+ </em:targetApplication>
+
+ <!-- Front End MetaData -->
+ <em:name>@ADDON_NAME@</em:name>
+ <em:description>@ADDON_DESCRIPTION@</em:description>
+ <em:creator>Myk Melez (https://github.com/mykmelez)</em:creator>
+
+ <em:optionsType>2</em:optionsType>
+
+ <em:updateURL>@ADDON_UPDATE_URL@</em:updateURL>
+
+ <em:contributor>Alexandre Poirot (https://github.com/ochameau)</em:contributor>
+ <em:contributor>Anant Narayanan (https://github.com/anantn)</em:contributor>
+ <em:contributor>Brandon Kase (https://github.com/bkase)</em:contributor>
+ <em:contributor>Breck Yunits (https://github.com/breck7)</em:contributor>
+ <em:contributor>César Carruitero (https://github.com/ccarruitero)</em:contributor>
+ <em:contributor>David Gomes (https://github.com/davidgomes)</em:contributor>
+ <em:contributor>Fabrice Desré (https://github.com/fabricedesre)</em:contributor>
+ <em:contributor>Fraser Tweedale (https://github.com/frasertweedale)</em:contributor>
+ <em:contributor>Harald Kirschner (https://github.com/digitarald)</em:contributor>
+ <em:contributor>Jérémie Patonnier (https://github.com/JeremiePat)</em:contributor>
+ <em:contributor>J. Ryan Stinnett (https://github.com/jryans)</em:contributor>
+ <em:contributor>Kan-Ru Chen (陳侃如) (https://github.com/kanru)</em:contributor>
+ <em:contributor>Louis Stowasser (https://github.com/louisstow)</em:contributor>
+ <em:contributor>Luca Greco (https://github.com/rpl)</em:contributor>
+ <em:contributor>Matthew Claypotch (https://github.com/potch)</em:contributor>
+ <em:contributor>Matthew Riley MacPherson (https://github.com/tofumatt)</em:contributor>
+ <em:contributor>Nick Desaulniers (https://github.com/nickdesaulniers)</em:contributor>
+ <em:contributor>Soumen Ganguly (https://github.com/SoumenG)</em:contributor>
+ <em:contributor>Sudheesh Singanamalla (https://github.com/sudheesh001)</em:contributor>
+ <em:contributor>Victor Bjelkholm (https://github.com/VictorBjelkholm)</em:contributor>
+ </Description>
+</RDF>