-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
41 lines (41 loc) · 1008 Bytes
/
manifest.json
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
39
40
41
{
"name": "pushnews",
"vendor": "pushnewsbr",
"version": "1.1.2",
"title": "Pushnews",
"description": "Boost your sales with Push Notifications",
"billingOptions": {
"termsURL": "https://app.pushnews.eu/terms-and-conditions",
"support": {
"email": "[email protected]",
"url": "https://help.pushnews.eu/"
},
"free": true,
"type": "free",
"availableCountries": ["*"]
},
"builders": {
"react": "3.x",
"store": "0.x",
"pixel": "0.x",
"docs": "0.x",
"service-worker": "0.x",
"node": "6.x"
},
"dependencies": {
"vtex.pixel-interfaces": "1.x"
},
"settingsSchema": {
"title": "Pushnews",
"type": "object",
"properties": {
"appId": {
"title": "Site ID",
"type": "string",
"default": "",
"description": "Enter the Site ID (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)"
}
}
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}