<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
	<type name="Magento\Framework\App\RouterList">
	    <arguments>
	        <argument name="routerList" xsi:type="array">
	            <item name="shopbrand" xsi:type="array">
	                <item name="class" xsi:type="string">Magiccart\Shopbrand\Controller\Router</item>
	                <item name="disable" xsi:type="boolean">false</item>
	                <item name="sortOrder" xsi:type="string">22</item>
	            </item>
	        </argument>
	    </arguments>
	</type>
	    <!--Plugin List-->
	<type name="Magento\Theme\Block\Html\Topmenu">
	    <plugin name="shopbrand_topmenu" type="Magiccart\Shopbrand\Plugin\Topmenu"/>
	</type>
</config>




