summaryrefslogtreecommitdiff
path: root/install.rdf
blob: 6042530da78439cc5dd107efb7af8db66ab4c926 (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
<?xml version='1.0' encoding='utf-8'?>
<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>github-wc-polyfill@Off.JustOff</em:id>
    <em:version>1.2.17</em:version>
    <em:type>2</em:type>
    <em:bootstrap>true</em:bootstrap>
    <em:strictCompatibility>true</em:strictCompatibility>
    <em:name>GitHub/GitLab Web Components Polyfill</em:name>
    <em:description>Ensures that all GitHub and GitLab scripts required for UXP and SeaMonkey are loaded correctly</em:description>
    <em:creator>Off JustOff &lt;Off.Just.Off@gmail.com&gt;</em:creator>
    <em:contributor>SeaHOH &lt;SeaHOH@gmail.com&gt;</em:contributor>
    <em:contributor>misteuk</em:contributor>
    <em:homepageURL>https://github.com/JustOff/github-wc-polyfill/</em:homepageURL>
    <em:updateURL>https://raw.githubusercontent.com/JustOff/github-wc-polyfill/master/update.xml</em:updateURL>
    <em:targetApplication>
      <Description>
      <em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
      <em:minVersion>28.14.0</em:minVersion>
      <em:maxVersion>29.*</em:maxVersion>
      </Description>
    </em:targetApplication>
    <em:targetApplication>
      <Description>
        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
        <em:minVersion>52.9.2020.10.05</em:minVersion>
        <em:maxVersion>52.9.2022.*</em:maxVersion>
      </Description>
    </em:targetApplication>
    <em:targetApplication>
      <Description>
        <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
        <em:minVersion>2.53.4</em:minVersion>
        <em:maxVersion>2.53.*</em:maxVersion>
      </Description>
    </em:targetApplication>
  </Description>
</RDF>