<?xml version="1.0"?>
<manifest>
  <description>
    <!-- Add a short description of the collect type here -->
  </description>
  <!-- If the script needs parameters, specify them here -->
  <script-arg id="d" mandatory="1">
    <description>duration of the collect in seconds</description>
  </script-arg>
  <!-- If the script has pass-through options, specify them here -->
  <pass-through-arg default="-a">
    <description>options passed verbatim to the underlying command</description>
  </pass-through-arg>
</manifest>
