mirror of https://github.com/roytam1/boc-uxp.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.9 KiB
58 lines
1.9 KiB
<?xml version="1.0"?> |
|
|
|
<!-- This Source Code is subject to the terms of the Mozilla Public License |
|
- version 2.0 (the "License"). You can obtain a copy of the License at |
|
- http://mozilla.org/MPL/2.0/. --> |
|
|
|
#filter substitution |
|
|
|
<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:name>@ADDON_NAME@</em:name> |
|
<em:description>@ADDON_SHORT_DESC@</em:description> |
|
<em:creator>@ADDON_AUTHOR@</em:creator> |
|
#ifdef ADDON_URL |
|
<em:homepageURL>@ADDON_URL@</em:homepageURL> |
|
#endif |
|
<em:type>2</em:type> |
|
<em:targetApplication> |
|
<Description> |
|
<!-- @ADDON_TARGET_APP_NAME@ --> |
|
<em:id>@ADDON_TARGET_APP_ID@</em:id> |
|
<em:minVersion>@ADDON_TARGET_APP_MINVER@</em:minVersion> |
|
<em:maxVersion>@ADDON_TARGET_APP_MAXVER@</em:maxVersion> |
|
</Description> |
|
</em:targetApplication> |
|
#ifdef ADDON_TARGET_BASILISK |
|
<em:targetApplication> |
|
<Description> |
|
<!-- Basilisk --> |
|
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> |
|
<em:minVersion>52.0</em:minVersion> |
|
<em:maxVersion>55.*</em:maxVersion> |
|
<em:basilisk>true</em:basilisk> |
|
</Description> |
|
</em:targetApplication> |
|
#endif |
|
<em:targetApplication> |
|
<Description> |
|
<!-- Borealis (Navigator) --> |
|
<em:id>{a3210b97-8e8a-4737-9aa0-aa0e607640b9}</em:id> |
|
<em:minVersion>1.0.0a1</em:minVersion> |
|
<em:maxVersion>2.*</em:maxVersion> |
|
</Description> |
|
</em:targetApplication> |
|
<em:targetApplication> |
|
<Description> |
|
<!-- Interlink (Mail) --> |
|
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> |
|
<em:minVersion>52.9.6884</em:minVersion> |
|
<em:maxVersion>52.9.*</em:maxVersion> |
|
</Description> |
|
</em:targetApplication> |
|
</Description> |
|
</RDF> |