-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin-manifest.ios.json
45 lines (45 loc) · 1.54 KB
/
plugin-manifest.ios.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
43
44
45
{
"api": {
"require_startup_execution": false,
"class_name": "ZPReactNativeDefaultProvider",
"modules": ["ZappReactNativeAdapter"]
},
"dependency_repository_url": [],
"platform": "ios",
"author_name": "Udi Lumnitz",
"author_email": "[email protected]",
"manifest_version": "0.1.2",
"name": "TestPushTopics",
"description": "This plugin is used to display notification controls for testing registration for push topics with different push providers.",
"type": "general",
"identifier": "TestPushTopics",
"whitelisted_account_ids": ["5c058a7ab72e76000f9fd94a", "5a4516fa41442c000b0195d6"],
"min_zapp_sdk": "10.0.0",
"deprecated_since_zapp_sdk": "",
"unsupported_since_zapp_sdk": "",
"ui_builder_support": true,
"react_native": true,
"screen": true,
"react_bundle_url": "https://assets-production.applicaster.com/zapp/react-native-bundles/TestPushTopics/0_50_4/0_1_1/ios/index.ios.bundle.js",
"extra_dependencies": [],
"npm_dependencies": [],
"project_dependencies": [],
"custom_configuration_fields": [
{
"key": "presentation",
"type": "text",
"tooltip_text": "How we should present this plugin? Possible values: present, push, presentNoNavigation, pushNoNavigation, asAChild",
"default": "presentNoNavigation"
},
{
"type": "text",
"key": "backgroundViewColor",
"tooltip_text": "Background color when the view is loading"
},
{
"type": "text",
"key": "topicsURL",
"tooltip_text": "URL end point for loading the topics data."
}
]
}