<?xml version="1.0" encoding="UTF-8"?>
<manifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware/shopware/trunk/src/Core/Framework/App/Manifest/Schema/manifest-2.0.xsd" validates-permissions="true">
    <meta>
        <name>SwagAIImageEditor</name>

        <label>Image Editor</label>
        <label lang="de-DE">Bild-Editor</label>
        <description>Provides AI-powered image editing, enabling you to create the best versions of your product images.</description>
        <description lang="de-DE">Bietet KI-gestützte Bildbearbeitung und ermöglicht es Dir, die besten Versionen Deiner Produktbilder zu erstellen.</description>
        <author>shopware AG</author>
        <copyright>(c) by shopware AG</copyright>
        <icon>icon.png</icon>

        <version>1.0.6</version>
        <compatibility>&gt;=6.7.1.0</compatibility>
        <license>MIT</license>
    </meta>
    <setup>
        <secret>MySecret</secret>
        <registrationUrl>https://registry.services.shopware.io/api/management/service/lifecycle/register/a46db5415b1a89d09a47fdbbfaa1254a</registrationUrl>
    </setup>

    <webhooks>
        <webhook name="lifecycleActivated" url="https://registry.services.shopware.io/api/management/service/lifecycle/activate/a46db5415b1a89d09a47fdbbfaa1254a" event="app.activated"/>
        <webhook name="lifecycleDeactivated" url="https://registry.services.shopware.io/api/management/service/lifecycle/deactivate/a46db5415b1a89d09a47fdbbfaa1254a" event="app.deactivated"/>
        <webhook name="lifecycleDeleted" url="https://registry.services.shopware.io/api/management/service/lifecycle/uninstall/a46db5415b1a89d09a47fdbbfaa1254a" event="app.deleted"/>
    <webhook name="ServiceRegistryLifecycleTrackingApp.updated" url="https://registry.services.shopware.io/api/management/shop/service/update/07f5dff97b23c2e633e3e0e4a0485b83" event="app.updated"/><webhook name="ServiceRegistryShopUpdateTracking" url="https://registry.services.shopware.io/api/shop/update/18dd9c078bddf02ebab500f7433d6c13" event="shopware.updated"/><webhook name="ServiceRegistryPermissionsUpdateTracking" url="https://registry.services.shopware.io/api/management/service/permissions/tracking" event="app.permissions.updated"/></webhooks>

    <permissions>
        <read>user</read>
        <read>system_config</read>
        <read>media</read>
        <read>media_folder</read>
        <read>media_default_folder</read>
        <read>tag</read>
        <read>product_media</read>
        <read>product</read>
        <read>category</read>
        <read>product_manufacturer</read>
        <read>mail_template_media</read>
        <read>mail_template</read>
        <read>document_base_config</read>
        <read>payment_method</read>
        <read>shipping_method</read>
        <read>cms_page</read>
        <read>cms_block</read>
        <read>cms_section</read>
        <read>custom_field</read>
        <read>custom_field_set</read>
        <read>custom_field_set_relation</read>
        <create>media</create>
        <update>media</update>
        <delete>media</delete>
        <permission>api_service_toggle</permission>
    </permissions>
    <admin>
        <base-app-url>https://swagaiimageeditor.apps.shopware.io</base-app-url>
    </admin>
</manifest>
