<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="5.0" client="site" method="upgrade">
	<name>Casual Work Dashboard</name>
	<author>Your Name</author>
	<version>1.0.0</version>
	<description>Displays casual work activity metrics for the selected RSForm.</description>
	<files>
    	<filename module="mod_casual_work_dashboard">mod_casual_work_dashboard.php</filename>
    	<filename>helper.php</filename>
    	<folder>tmpl</folder>
    	<folder>language</folder>
	</files>
	<config>
    	<fields name="params">
        	<fieldset name="basic">
            	<field
                	name="form_id"
                	type="text"
                	label="Form ID"
                	description="Enter the RSForm ID to fetch data from."
                	default="0"
            	/>
        	</fieldset>
    	</fields>
	</config>
</extension>