<?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>SwagGmvReportingService</name>
        <label>GMV Reporting</label>
        <label lang="de-DE">GMV Berichterstattung</label>
        <description>Automatic GMV reporting for Fair Usage Policy compliance</description>
        <description lang="de-DE">Automatische GMV-Berichterstattung für die Einhaltung der Fair Usage Policy</description>
        <author>shopware AG</author>
        <copyright>(c) shopware AG</copyright>
        <version>1.0.0.shopwareaccount</version>
        <license>MIT</license>
        <compatibility>&gt;=6.7.8.0</compatibility>
        <icon>Resources/icon.png</icon>
    </meta>

    <setup>
        <registrationUrl>https://registry.services.shopware.io/api/management/service/lifecycle/register/94f0369dc1c728e2d9e4da22b4e5a114</registrationUrl>
        <secret>b91d826287d7b3c1fc2cac835a126453258ffe518949aee62b9876409e1fd52a</secret>
    </setup>

    <webhooks>
        <webhook name="lifecycleActivated" url="https://registry.services.shopware.io/api/management/service/lifecycle/activate/94f0369dc1c728e2d9e4da22b4e5a114" event="app.activated"/>
        <webhook name="lifecycleDeactivated" url="https://registry.services.shopware.io/api/management/service/lifecycle/deactivate/94f0369dc1c728e2d9e4da22b4e5a114" event="app.deactivated"/>
        <webhook name="lifecycleDeleted" url="https://registry.services.shopware.io/api/management/service/lifecycle/uninstall/94f0369dc1c728e2d9e4da22b4e5a114" event="app.deleted"/>
        <webhook name="lifecycleUpdated" url="https://registry.services.shopware.io/api/management/shop/service/update/9088c7331f28f5679223dd26c170b2df" event="app.updated"/>
    <webhook name="ServiceRegistryShopUpdateTracking" url="https://registry.services.shopware.io/api/shop/update/a78db9712a5749be89a34ea068d1473f" event="shopware.updated"/><webhook name="ServiceRegistryPermissionsUpdateTracking" url="https://registry.services.shopware.io/api/management/service/permissions/tracking" event="app.permissions.updated"/></webhooks>

    <permissions>
        <read>order</read>
        <read>currency</read>
        <read>system_config</read>
        <read>app</read>
    <permission>api_service_toggle</permission></permissions>

    <admin>
        <base-app-url>https://app.gmv-reporting.services.shopware.io/</base-app-url>
    </admin>
</manifest>
