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.

45 lines
1.6 KiB

9 years ago
9 years ago
9 years ago
  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>56.*</maxVersion>
  23. </r:Description>
  24. </targetApplication>
  25. <!-- SeaMonkey -->
  26. <targetApplication>
  27. <r:Description>
  28. <id>{{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}}</id>
  29. <minVersion>2.24</minVersion>
  30. <maxVersion>*</maxVersion>
  31. </r:Description>
  32. </targetApplication>
  33. <!-- Pale Moon -->
  34. <targetApplication>
  35. <r:Description>
  36. <id>{{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}}</id>
  37. <minVersion>26.0</minVersion>
  38. <maxVersion>27.*</maxVersion>
  39. </r:Description>
  40. </targetApplication>
  41. </r:Description>
  42. </r:RDF>