summaryrefslogtreecommitdiffstats
path: root/b2g/simulator/install.rdf.in
blob: e9827d0845f262780a46e36578aca5d76397d236 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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>