install.rdf 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0"?>
  2. <!-- This Source Code Form is subject to the terms of the Mozilla Public
  3. - License, v. 2.0. If a copy of the MPL was not distributed with this
  4. - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
  5. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  6. xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  7. <Description about="urn:mozilla:install-manifest">
  8. <em:id>xulapp@toolness.com</em:id>
  9. <em:version>1.0</em:version>
  10. <em:type>2</em:type>
  11. <em:bootstrap>true</em:bootstrap>
  12. <em:unpack>false</em:unpack>
  13. <!-- Firefox -->
  14. <em:targetApplication>
  15. <Description>
  16. <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  17. <em:minVersion>21.0</em:minVersion>
  18. <em:maxVersion>29.0a1</em:maxVersion>
  19. </Description>
  20. </em:targetApplication>
  21. <!-- Front End MetaData -->
  22. <em:name>Test App</em:name>
  23. <em:description>Harness for tests.</em:description>
  24. <em:creator>Mozilla Corporation</em:creator>
  25. <em:homepageURL></em:homepageURL>
  26. <em:optionsType></em:optionsType>
  27. <em:updateURL></em:updateURL>
  28. </Description>
  29. </RDF>