forked from vtex-apps/google-analytics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
36 lines (36 loc) · 807 Bytes
/
manifest.json
File metadata and controls
36 lines (36 loc) · 807 Bytes
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
{
"name": "google-analytics",
"vendor": "vtex",
"version": "1.0.2",
"title": "Google Analytics",
"description": "Google Analytics app",
"mustUpdateAt": "2019-04-03",
"scripts": {
"postreleasy": "vtex publish --verbose"
},
"builders": {
"react": "3.x",
"store": "0.x",
"pixel": "0.x"
},
"dependencies": {
"vtex.pixel-interfaces": "1.x"
},
"policies": [
{
"name": "pixel"
}
],
"settingsSchema": {
"title": "Google Analytics",
"type": "object",
"properties": {
"gaId": {
"title": "Google Analytics",
"description": "Enter the ID (UA-XXXXX-Y) from your Google Analytics",
"type": "string"
}
}
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}