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.

28 lines
1.1 KiB

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