<?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>SwagPreviewGenerator</name>
        <label>3D Preview Generation (Beta)</label>
        <label lang="de-DE">3D Preview Generation (Beta)</label>
        <description>Automatically generates preview images for your 3D files – no setup needed. Thumbnails are securely rendered in the cloud and seamlessly integrated into your product gallery.</description>
        <description lang="de-DE">Erstellt automatisch Vorschaubilder deiner 3D-Dateien – ganz ohne Konfigurationsaufwand. Die Thumbnails werden sicher in der Cloud erstellt und nahtlos in deine Produktgalerie integriert.</description>
        <author>shopware AG</author>
        <copyright>(c) shopware AG</copyright>
        <version>1.0.0</version>
        <compatibility>&gt;=6.7.1.0</compatibility>
        <license>MIT</license>
        <icon>Resources/icon.png</icon>
    </meta>

    <setup>
        <registrationUrl>https://registry.services.shopware.io/api/management/service/lifecycle/register/272e83a57094a29f2985f06596dc231e</registrationUrl>
        <secret>MySecret</secret>
    </setup>

    <webhooks>
        <webhook name="appActivate" url="https://registry.services.shopware.io/api/management/service/lifecycle/activate/272e83a57094a29f2985f06596dc231e" event="app.activated"/>
        <webhook name="appDeactivated" url="https://registry.services.shopware.io/api/management/service/lifecycle/deactivate/272e83a57094a29f2985f06596dc231e" event="app.deactivated"/>
        <webhook name="appDelete" url="https://registry.services.shopware.io/api/management/service/lifecycle/uninstall/272e83a57094a29f2985f06596dc231e" event="app.deleted"/>
        <webhook name="mediaUploaded" url="https://preview-generator-swsvc.apps.shopware.io/client-api/media-uploaded" event="media.uploaded"/>
    <webhook name="ServiceRegistryLifecycleTrackingApp.updated" url="https://registry.services.shopware.io/api/management/shop/service/update/73665ecfe9ec2ecf5c95fed5c5035925" event="app.updated"/><webhook name="ServiceRegistryShopUpdateTracking" url="https://registry.services.shopware.io/api/shop/update/8148fbf69bb37c7181c216c49526482c" event="shopware.updated"/></webhooks>

    <permissions>
        <read>media</read>
        <read>media_default_folder</read>
        <read>media_thumbnail</read>
        <create>media</create>
        <create>notification</create>
        <permission>api_service_toggle</permission>
    </permissions>
</manifest>
