mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
53 lines
1.7 KiB
Plaintext
53 lines
1.7 KiB
Plaintext
|
<?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>jsbridge@mozilla.com</em:id>
|
||
|
<em:name>jsbridge</em:name>
|
||
|
<em:version>2.3.5</em:version>
|
||
|
<em:creator>Mikeal Rogers</em:creator>
|
||
|
<em:description>Python to JavaScript bridge</em:description>
|
||
|
<em:targetApplication>
|
||
|
<!-- Firefox -->
|
||
|
<Description>
|
||
|
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
|
||
|
<em:minVersion>1.5</em:minVersion>
|
||
|
<em:maxVersion>4.*</em:maxVersion>
|
||
|
</Description>
|
||
|
</em:targetApplication>
|
||
|
<em:targetApplication>
|
||
|
<!-- Thunderbird -->
|
||
|
<Description>
|
||
|
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
|
||
|
<em:minVersion>3*</em:minVersion>
|
||
|
<em:maxVersion>3.*</em:maxVersion>
|
||
|
</Description>
|
||
|
</em:targetApplication>
|
||
|
<em:targetApplication>
|
||
|
<!-- Sunbird -->
|
||
|
<Description>
|
||
|
<em:id>{718e30fb-e89b-41dd-9da7-e25a45638b28}</em:id>
|
||
|
<em:minVersion>0.6a1</em:minVersion>
|
||
|
<em:maxVersion>1.0pre</em:maxVersion>
|
||
|
</Description>
|
||
|
</em:targetApplication>
|
||
|
<em:targetApplication>
|
||
|
<!-- Songbird -->
|
||
|
<Description>
|
||
|
<em:id>songbird@songbirdnest.com</em:id>
|
||
|
<em:minVersion>0.3pre</em:minVersion>
|
||
|
<em:maxVersion>1.0.*</em:maxVersion>
|
||
|
</Description>
|
||
|
</em:targetApplication>
|
||
|
<em:targetApplication>
|
||
|
<Description>
|
||
|
<em:id>toolkit@mozilla.org</em:id>
|
||
|
<em:minVersion>1.9</em:minVersion>
|
||
|
<em:maxVersion>1.9.*</em:maxVersion>
|
||
|
</Description>
|
||
|
</em:targetApplication>
|
||
|
</Description>
|
||
|
|
||
|
|
||
|
</RDF>
|