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.

43 lines
1.5 KiB

10 years ago
10 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>uBlock0@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>24.0</minVersion>
  20. <maxVersion>40.0</maxVersion>
  21. </r:Description>
  22. </targetApplication>
  23. <!-- Fennec -->
  24. <targetApplication>
  25. <r:Description>
  26. <id>{{aa3c5121-dab2-40e2-81ca-7ea25febc110}}</id>
  27. <minVersion>24.0</minVersion>
  28. <maxVersion>40.0</maxVersion>
  29. </r:Description>
  30. </targetApplication>
  31. <!-- SeaMonkey -->
  32. <targetApplication>
  33. <r:Description>
  34. <id>{{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}}</id>
  35. <minVersion>2.21</minVersion>
  36. <maxVersion>2.37</maxVersion>
  37. </r:Description>
  38. </targetApplication>
  39. </r:Description>
  40. </r:RDF>