<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Backend:etc/menu.xsd">
    <menu>
        <add id="Magetop_Advancepreview::product_cleanup"
             title="Product Image Cleanup"
             module="Magetop_Advancepreview"
             sortOrder="3"
             parent="Magento_Catalog::catalog_products"
             resource="Magetop_Advancepreview::product_cleanup_images"
             action="advancepreview/product/cleanupimages"/>
        <add id="Magetop_Advancepreview::shipping_menu"
          title="Country Shipping Multipliers"
          module="Magetop_Advancepreview"
          sortOrder="50"
          parent="Magento_Backend::stores_settings"
          action="advancepreview/shipping/index"
          resource="Magetop_Advancepreview::manage_shipping"/>
        <add id="Magetop_Advancepreview::offers_menu"
          title="Offers"
          module="Magetop_Advancepreview"
          parent="Magento_Sales::sales_operation"
          sortOrder="20"
          action="advancepreview/offers/index"
          resource="Magetop_Advancepreview::offers"/>
        <add id="Magetop_Advancepreview::holidays"
          title="Public Holidays"
          module="Magetop_Advancepreview"
          parent="Magento_Backend::stores_settings"
          sortOrder="90"
          action="advancepreview/holidays/index"
          resource="Magetop_Advancepreview::holidays"/>

    </menu>

</config>
