<?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>SwagCopilot</name>
        <label>Copilot (Beta)</label>
        <label lang="de-DE">Copilot (Beta)</label>
        <description>Copilot helps you right inside the Admin with all your Shopware questions – just type your request and get instant answers. Built with privacy in mind and growing in features, it’s your smart partner for the future of Agentic Commerce.</description>
        <description lang="de-DE">Copilot hilft dir direkt im Admin bei Fragen rund um Shopware – einfach eintippen, sofort Antwort bekommen. Datenschutzfreundlich und mit immer neuen Funktionen wird er zu deinem smarten Partner für Agentic Commerce.</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/c046ae5b5fe46e6c919c99ca6005e668</registrationUrl>
        <secret>MySecret</secret>
    </setup>

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

    <webhooks>
        <webhook name="appActivate" url="https://registry.services.shopware.io/api/management/service/lifecycle/activate/c046ae5b5fe46e6c919c99ca6005e668" event="app.activated"/>
        <webhook name="appDeactivated" url="https://registry.services.shopware.io/api/management/service/lifecycle/deactivate/c046ae5b5fe46e6c919c99ca6005e668" event="app.deactivated"/>
        <webhook name="appDelete" url="https://registry.services.shopware.io/api/management/service/lifecycle/uninstall/c046ae5b5fe46e6c919c99ca6005e668" event="app.deleted"/>
    <webhook name="ServiceRegistryLifecycleTrackingApp.updated" url="https://registry.services.shopware.io/api/management/shop/service/update/386b43e937a97bacf2475e472da29522" event="app.updated"/><webhook name="ServiceRegistryShopUpdateTracking" url="https://registry.services.shopware.io/api/shop/update/5111a26dc45078548c043a2d4af8879e" event="shopware.updated"/><webhook name="ServiceRegistryPermissionsUpdateTracking" url="https://registry.services.shopware.io/api/management/service/permissions/tracking" event="app.permissions.updated"/></webhooks>

    <permissions>
        <read>system_config</read>
        <read>user</read>
        <permission>api_service_toggle</permission>
    </permissions>
</manifest>
