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.

25 lines
937 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. <type>2</type>
  11. <bootstrap>true</bootstrap>
  12. <multiprocessCompatible>true</multiprocessCompatible>
  13. <optionsType>2</optionsType>
  14. {localized}
  15. <!-- Firefox -->
  16. <targetApplication>
  17. <r:Description>
  18. <id>{{ec8030f7-c20a-464f-9b0e-13a3a9e97384}}</id>
  19. <minVersion>35.0</minVersion>
  20. <maxVersion>41.0</maxVersion>
  21. </r:Description>
  22. </targetApplication>
  23. </r:Description>
  24. </r:RDF>