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.

53 lines
1.9 KiB

  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>{{2b10c1c8-a11f-4bad-fe9c-1c11e82cac42}}</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>3</optionsType>
  14. <optionsURL>chrome://ublock/content/dashboard.html</optionsURL>
  15. {localized}
  16. <!-- Firefox -->
  17. <targetApplication>
  18. <r:Description>
  19. <id>{{ec8030f7-c20a-464f-9b0e-13a3a9e97384}}</id>
  20. <minVersion>24.0</minVersion>
  21. <maxVersion>39.0</maxVersion>
  22. </r:Description>
  23. </targetApplication>
  24. <!-- SeaMonkey -->
  25. <targetApplication>
  26. <r:Description>
  27. <id>{{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}}</id>
  28. <minVersion>2.21</minVersion>
  29. <maxVersion>2.36</maxVersion>
  30. </r:Description>
  31. </targetApplication>
  32. <!-- Firefox for Android
  33. <targetApplication>
  34. <r:Description>
  35. <id>{{aa3c5121-dab2-40e2-81ca-7ea25febc110}}</id>
  36. <minVersion>24.0</minVersion>
  37. <maxVersion>39.0</maxVersion>
  38. </r:Description>
  39. </targetApplication> -->
  40. <!-- Thunderbird
  41. <targetApplication>
  42. <r:Description>
  43. <id>{{3550f703-e582-4d05-9a08-453d09bdfdc6}}</id>
  44. <minVersion>24.0</minVersion>
  45. <maxVersion>39.0</maxVersion>
  46. </r:Description>
  47. </targetApplication> -->
  48. </r:Description>
  49. </r:RDF>