<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="4.0" client="site" method="upgrade">
    <name>mod_cmptv_weather</name>
    <author>Your Name</author>
    <version>1.0.0</version>
    <description>CMPTV - A weather widget for the Community TV display.</description>
    <files>
        <filename module="mod_cmptv_weather">mod_cmptv_weather.php</filename>
        <filename>helper.php</filename>
        <folder>tmpl</folder>
    </files>
    <config>
        <fields name="params">
            <fieldset name="basic">
                <field
                    name="citycode"
                    type="text"
                    label="BookCDN City Code"
                    description="Enter the city code from the BookCDN widget URL (e.g., '2015' for Oshawa)."
                    default="2015"
                />
            </fieldset>
        </fields>
    </config>
</extension>