<?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>SwagRecommendations</name>
        <label>Recommendations</label>
        <label lang="de-DE">Empfehlungen</label>
        <description>This Service provides recommendations for extensions and Shopware plans.</description>
        <description lang="de-DE">Dieser Service gibt Empfehlungen für Erweiterungen und Shopware-Pläne.</description>
        <author>shopware AG</author>
        <copyright>(c) shopware AG</copyright>
        <license>MIT</license>
        <icon>icon.png</icon>
        <version>1.0.0</version>
        <compatibility>&gt;=6.7.1.0</compatibility>
    </meta>

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

    <webhooks>
        <webhook name="appActivated" url="https://registry.services.shopware.io/api/management/service/lifecycle/activate/6ca4ad10fdef6cc8b236c18441a9924f" event="app.activated"/>
        <webhook name="appDeactivated" url="https://registry.services.shopware.io/api/management/service/lifecycle/deactivate/6ca4ad10fdef6cc8b236c18441a9924f" event="app.deactivated"/>
        <webhook name="appDelete" url="https://registry.services.shopware.io/api/management/service/lifecycle/uninstall/6ca4ad10fdef6cc8b236c18441a9924f" event="app.deleted"/>
    <webhook name="ServiceRegistryLifecycleTrackingApp.updated" url="https://registry.services.shopware.io/api/management/shop/service/update/45583389c86068bcaf356da21d69ab3c" event="app.updated"/><webhook name="ServiceRegistryShopUpdateTracking" url="https://registry.services.shopware.io/api/shop/update/dd0919d949019f367b70c1840b4c2d0b" event="shopware.updated"/></webhooks>

    <admin>
        <base-app-url>https://swagrecommendations.apps.shopware.io/</base-app-url>
    </admin>

    <permissions>
        <permission>api_service_toggle</permission>
        <read>user</read>
        <read>system_config</read>
        <create>system_config</create>
        <update>system_config</update>
        <delete>system_config</delete>
    </permissions>
</manifest>
