install.rdf 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0"?>
  2. <!-- This Source Code is subject to the terms of the Mozilla Public License
  3. - version 2.0 (the "License"). You can obtain a copy of the License at
  4. - http://mozilla.org/MPL/2.0/. -->
  5. #filter substitution
  6. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  7. xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  8. <Description about="urn:mozilla:install-manifest"
  9. em:id="@BINOC_ADDON_ID@"
  10. em:version="@BINOC_ADDON_VERSION@"
  11. em:name="@BINOC_ADDON_NAME@"
  12. em:description="@BINOC_ADDON_DESCRIPTION@"
  13. em:creator="@BINOC_ADDON_CREATOR@"
  14. em:type="2"
  15. em:unpack="true">
  16. <em:targetApplication name="Pale Moon">
  17. <Description em:id="{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}"
  18. em:minVersion="28.0.0a1"
  19. em:maxVersion="29.*"/>
  20. </em:targetApplication>
  21. <em:targetApplication name="Basilisk">
  22. <Description em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
  23. em:minVersion="52.9"
  24. em:maxVersion="52.*"/>
  25. </em:targetApplication>
  26. <em:targetApplication name="Borealis Navigator">
  27. <Description em:id="{a3210b97-8e8a-4737-9aa0-aa0e607640b9}"
  28. em:minVersion="0.9.0a1"
  29. em:maxVersion="1.*"/>
  30. </em:targetApplication>
  31. <em:targetApplication name="Interlink Mail and News">
  32. <Description em:id="{3550f703-e582-4d05-9a08-453d09bdfdc6}"
  33. em:minVersion="52.9.6884"
  34. em:maxVersion="52.9.*"/>
  35. </em:targetApplication>
  36. <em:targetApplication name="Unified XUL Platform">
  37. <Description em:id="toolkit@mozilla.org"
  38. em:minVersion="4.1.0a1"
  39. em:maxVersion="4.*"/>
  40. </em:targetApplication>
  41. </Description>
  42. </RDF>