aboutsummaryrefslogtreecommitdiff
path: root/firefox/install.rdf
blob: e9ef2e9661b4d9c0e9d119a235b3b2fe6e43642a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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>vkpc@ch1p.com</em:id>
    <em:name>VK Player Controller</em:name>
    <em:version>3.0.1</em:version>
    <em:type>2</em:type>
    <em:creator>ch1p</em:creator>
    <em:description>This is a part of VK Player Controller for OSX. For more information, please visit https://ch1p.com/vkpc/</em:description>
    <em:iconURL>chrome://vkpc/content/icon.png</em:iconURL>
    <em:bootstrap>true</em:bootstrap>

    <em:targetApplication>
      <Description>
        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
        <em:minVersion>4.0</em:minVersion>
        <em:maxVersion>99.0</em:maxVersion>
      </Description>
    </em:targetApplication>
  </Description>
</RDF>