<?xml version="1.0" encoding="utf-8"?>
<extension version="2.5.0" type="plugin" group="system" method="upgrade">
	<name>PLG_SRP_TITLE</name>
	<author>Nicholas K. Dionysopoulos</author>
	<authorEmail>nicholas@dionysopoulos.me</authorEmail>
	<authorUrl>http://www.akeebabackup.com</authorUrl>
	<copyright>Copyright (c)2011-2014 Nicholas K. Dionysopoulos</copyright>
	<license>GNU General Public License version 3, or later</license>
	<creationDate>2014-09-30</creationDate>
	<version>4.0.5</version>
	<description>PLG_SRP_DESCRIPTION</description>
	<files>
		<filename plugin="srp">srp.php</filename>
        <folder>fields</folder>
        <folder>tmpl</folder>
	</files>
	<languages folder="language">
		<language tag="en-GB">en-GB/en-GB.plg_system_srp.ini</language>
		<language tag="en-GB">en-GB/en-GB.plg_system_srp.sys.ini</language>
	</languages>
    <config addfieldpath="/plugins/system/srp/fields">
        <fields name="params">
            <fieldset name="basic">
                <field name="profileid" type="backupprofiles" default="1"
                       label="PLG_SYSTEM_SRP_PROFILE_LABEL"
                       description="PLG_SYSTEM_SRP_PROFILE_DESC"
                        />
            </fieldset>
        </fields>
    </config>

</extension>