<?xml version="1.0" encoding="utf-8"?>
<extension version="2.5" type="plugin" group="system" method="upgrade">
    <name>PLG_SYSTEM_GLOBALPRIVACYCONTROL</name>
    <author>Michael Richey</author>
    <creationDate>August 2017</creationDate>
    <copyright>Copyright (C) 2017 Michael Richey. All rights reserved.</copyright>
    <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
    <authorEmail>support@richeyweb.com</authorEmail>
    <authorUrl>https://www.richeyweb.com</authorUrl>
    <version>5.2.2</version>
    <description>PLG_SYSTEM_GLOBALPRIVACYCONTROL_XML_DESCRIPTION</description>
	<namespace path="src">Joomla\Plugin\System\GlobalPrivacyControl</namespace>
    <files>
        <folder plugin="globalprivacycontrol">services</folder>
        <folder>src</folder>
    </files>
    <languages>
        <language tag="en-GB">language/en-GB/plg_system_globalprivacycontrol.ini</language>
        <language tag="en-GB">language/en-GB/plg_system_globalprivacycontrol.sys.ini</language>
    </languages>
    <config>
        <fields name="params">
            <fieldset name="basic">
                <field type="accesslevel" name="trackingACL" label="PLG_SYSTEM_GLOBALPRIVACYCONTROL_TRACKINGACL_LABEL" description="PLG_SYSTEM_GLOBALPRIVACYCONTROL_TRACKINGACL_DESC"/>
            </fieldset>
        </fields>
    </config>
    <updateservers>
        <server type="extension" priority="1" name="RicheyWeb Update Site">https://cdn.richeyweb.com/updates/globalprivacycontrol.xml</server>
    </updateservers>
</extension>
