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.

27 lines
1021 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <r:RDF xmlns:r="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.mozilla.org/2004/em-rdf#">
  3. <r:Description about="urn:mozilla:install-manifest">
  4. <id>uMatrix@raymondhill.net</id>
  5. <version>{version}</version>
  6. <name>{name}</name>
  7. <description>{description}</description>
  8. <homepageURL>{homepage}</homepageURL>
  9. <creator>{author}</creator>
  10. <developer>Deathamns</developer>
  11. <developer>Alex Vallat</developer>
  12. <type>2</type>
  13. <bootstrap>true</bootstrap>
  14. <multiprocessCompatible>true</multiprocessCompatible>
  15. <optionsType>2</optionsType>
  16. {localized}
  17. <!-- Firefox -->
  18. <targetApplication>
  19. <r:Description>
  20. <id>{{ec8030f7-c20a-464f-9b0e-13a3a9e97384}}</id>
  21. <minVersion>24.0</minVersion>
  22. <maxVersion>42.0</maxVersion>
  23. </r:Description>
  24. </targetApplication>
  25. </r:Description>
  26. </r:RDF>