manifest.xml 597 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
  3. <name>Webcam</name>
  4. <author>Gerard Kanters and Brett Profitt</author>
  5. <version>2.0.1</version>
  6. <category>tools</category>
  7. <description>
  8. Adds webcam capture and entering URLs as options to change avatars.
  9. </description>
  10. <website>https://www.centillien.com</website>
  11. <copyright>Copyright 2014 Centillien B.V and Brett Profitt</copyright>
  12. <license>GNU Public License version 2</license>
  13. <requires>
  14. <type>elgg_release</type>
  15. <version>1.8</version>
  16. </requires>
  17. </plugin_manifest>