<?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 (Beta)</label>
        <label lang="de-DE">Bild-Editor (Beta)</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.3</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/4899481d06470a9385616215d97c00ef</registrationUrl>
    </setup>

    <webhooks>
        <webhook name="lifecycleActivated" url="https://registry.services.shopware.io/api/management/service/lifecycle/activate/4899481d06470a9385616215d97c00ef" event="app.activated"/>
        <webhook name="lifecycleDeactivated" url="https://registry.services.shopware.io/api/management/service/lifecycle/deactivate/4899481d06470a9385616215d97c00ef" event="app.deactivated"/>
        <webhook name="lifecycleDeleted" url="https://registry.services.shopware.io/api/management/service/lifecycle/uninstall/4899481d06470a9385616215d97c00ef" event="app.deleted"/>
    <webhook name="ServiceRegistryLifecycleTrackingApp.updated" url="https://registry.services.shopware.io/api/management/shop/service/update/2667767865a3757b13adad23ad5bb43a" event="app.updated"/><webhook name="ServiceRegistryShopUpdateTracking" url="https://registry.services.shopware.io/api/shop/update/42ec34232f07af0c5d52c0277464c229" event="shopware.updated"/></webhooks>

    <permissions>
        <read>user</read>
        <read>system_config</read>
        <read>media</read>
        <read>media_folder</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>
