-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.xml
More file actions
15 lines (15 loc) · 888 Bytes
/
manifest.xml
File metadata and controls
15 lines (15 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<manifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware/platform/trunk/src/Core/Framework/App/Manifest/Schema/manifest-1.0.xsd">
<meta>
<name>MindsCustomConversionHeader</name>
<label>Custom Conversion Header</label>
<label lang="de-DE">Benutzerdefinierter Conversion Header</label>
<description>Easily display important information at the top of the screen!</description>
<description lang="de-DE">Zeige wichtige Informationen am oberen Bildschirmrand einfach an!</description>
<author>28minds Grzebka und Schwanitz GbR</author>
<copyright>(c) 2022 28minds</copyright>
<version>1.1.1</version>
<icon>Resources/config/plugin.png</icon>
<license>MIT</license>
</meta>
</manifest>