forked from PROGRAP/sw6-google-customer-reviews
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.xml
15 lines (15 loc) · 844 Bytes
/
manifest.xml
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>ZmbGoogleCustomerReviews</name>
<label>Google My Business Review Badge</label>
<label lang="de-DE">Google My Business Review Badge</label>
<description>Displays the google my business customer reviews badge</description>
<description lang="de-DE">Zeigt den Google My Business Kunden Bewertungen Badge an</description>
<author>PROGRAP</author>
<copyright>(c) by Prograp GmbH</copyright>
<version>1.0.0</version>
<icon>Resources/icon.png</icon>
<license>Apache-2.0</license>
</meta>
</manifest>