-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.xml
38 lines (38 loc) · 1.84 KB
/
manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?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/master/src/Core/Framework/App/Manifest/Schema/manifest-1.0.xsd">
<meta>
<name>DotdigitalForShopware</name>
<label>Dotdigital for Shopware</label>
<description>Connect your Shopware store to Dotdigital.</description>
<author>Dotdigital</author>
<copyright>Dotdigital</copyright>
<version>2.0.1</version>
<icon>Resources/config/icon.png</icon>
<license>MIT</license>
</meta>
<cookies>
<group>
<snippet-name>dotdigital.cookie.groupName</snippet-name>
<snippet-description>dotdigital.cookie.groupDescription</snippet-description>
<entries>
<cookie>
<cookie>dd-tracking-enabled</cookie>
<snippet-name>dotdigital.cookie.ddEnabledCookieName</snippet-name>
<snippet-description>dotdigital.cookie.ddEnabledCookieDescription</snippet-description>
<value>1</value>
<expiration>90</expiration>
</cookie>
<cookie>
<cookie>dmSessionID</cookie>
<snippet-name>dotdigital.cookie.ddSessionCookieName</snippet-name>
<snippet-description>dotdigital.cookie.ddSessionCookieDescription</snippet-description>
</cookie>
<cookie>
<cookie>dm_i</cookie>
<snippet-name>dotdigital.cookie.ddTrackingCookieName</snippet-name>
<snippet-description>dotdigital.cookie.ddTrackingCookieDescription</snippet-description>
</cookie>
</entries>
</group>
</cookies>
</manifest>