-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin-manifest.json
More file actions
39 lines (39 loc) · 991 Bytes
/
plugin-manifest.json
File metadata and controls
39 lines (39 loc) · 991 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
37
38
39
{
"api": {
"require_startup_execution": false,
"class_name": "PrehookExample.HookManager",
"modules": []
},
"dependency_repository_url": [],
"platform": "ios",
"author_name": "Alex Zchut",
"author_email": "a.zchut@applicaster.com",
"manifest_version": "3.0.0",
"name": "Prehook Example",
"description": "Example prehook plugin",
"type": "general",
"identifier": "hook",
"ui_builder_support": true,
"dependency_name": "PrehookExample",
"dependency_version": "3.0.0",
"whitelisted_account_ids": [
"57d7bee06466610018000000",
"5c20970320f1c500088842dd"
],
"min_zapp_sdk": "13.0.0-Dev",
"deprecated_since_zapp_sdk": "",
"unsupported_since_zapp_sdk": "",
"react_native": false,
"preload": true,
"custom_configuration_fields": [
{
"type": "checkbox",
"key": "is_flow_blocker",
"tooltip_text": "Define if hook will block flow in case cancelation",
"default": 0
}
],
"targets": [
"mobile"
]
}