<?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">
    <meta>
        <name>SwagNoThemeCustomCss</name>
        <label>Swag App Test</label>
        <label lang="de-DE">Swag App Test</label>
        <description>Test for App System</description>
        <description lang="de-DE">Test für das App System</description>
        <author>shopware AG</author>
        <copyright>(c) by shopware AG</copyright>
        <version>1.0.0</version>
        <icon>icon.png</icon>
        <license>MIT</license>
    </meta>
    <setup>
        <registrationUrl>https://my.app.com/SwagNoThemeCustomCss/registration</registrationUrl>
        <secret>s3cr3t</secret>
    </setup>
</manifest>
