-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
42 lines (42 loc) · 991 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
42
{
"name": "Shopify",
"description": "Hull Shopify integration",
"picture": "picture.png",
"index": "ship.js",
"ui":false,
"version": "0.0.1",
"locales": ["en"],
"readme": "readme.md",
"deployment_settings":[
{
"name" : "_selector",
"default" : "body",
"type" : "string",
"format" : "string"
},
{
"name" : "_placement",
"default" : "append",
"type" : "string",
"format" : "string"
}
],
"settings": [
{
"name": "detect_login_ship",
"type": "string",
"format" : "hidden",
"required" : false,
"default" : "hull-login"
}, {
"name": "capture_form_selector",
"title": "Capture clicks on ajax cart form submissions",
"description" : "CSS selector to target the ajaxcart form",
"type": "string",
"format" : "hidden",
"required" : false,
"default" : "form.ajaxcart"
}
],
"resources": []
}