<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware/shopware/5.2/engine/Shopware/Components/Plugin/schema/menu.xsd"
>
    <entries>
        <entry>
            <name>OncoRenameImages</name>
            <label lang="en">Rename Images</label>
            <label lang="de">SEO-Bilder</label>
            <controller>RenameImages</controller>
            <action>index</action>
            <class>sprite-images-stack</class>
            <parent identifiedBy="controller">Content</parent>
            <onclick>Shopware.ModuleManager.createSimplifiedModule("RenameImages", { "title": "SEO Images" , width:500, height:400})</onclick>
        </entry>
    </entries>
</menu>