-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin-manifest.json
More file actions
executable file
·66 lines (66 loc) · 2.13 KB
/
plugin-manifest.json
File metadata and controls
executable file
·66 lines (66 loc) · 2.13 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"api": {
"require_startup_execution": true,
"class_name": "com.applicaster.onboarding.screen.OnboardingScreenContract"
},
"dependency_repository_url": [],
"platform": "android",
"author_name": "Dmytro Puzak",
"author_email": "dmytro.puzak@corewillsoft.com",
"manifest_version": "1.0.9-dev",
"name": "Onboarding",
"description": "A plugin to onboard users and allow them to set up push notifications content personalization",
"type": "general",
"identifier": "onboarding",
"ui_builder_support": true,
"dependency_name": "com.applicaster:OnBoardingScreenPlugin-Android",
"dependency_version": "1.0.9-dev",
"whitelisted_account_ids": [
"56e92d4b643037000b000000",
"5a53d5ec9349a1000ecadf69"
],
"min_zapp_sdk": "8.2.0-preview1",
"deprecated_since_zapp_sdk": "",
"unsupported_since_zapp_sdk": "",
"react_native": false,
"custom_configuration_fields": [
{
"type": "uploader",
"key": "android_assets_bundle",
"tooltip_text": "Upload a Zip file following the folder structure and hierarchy guideline of the platform. The Zip file will be extracted during the build time and will add the assets to the resources of the bundle/package. This field does not affect runtime and a change will require a new build of the app version."
},
{
"type": "text",
"key": "onBoardingFeedPath",
"tooltip_text": "The link to the Onboarding feed"
},
{
"type": "colorpicker",
"key": "backgroundColor",
"tooltip_text": "Color of the background",
"default": "#000000"
},
{
"type": "colorpicker",
"key": "highlightColor",
"tooltip_text": "The color of the slection and higlight of icons"
},
{
"type": "colorpicker",
"key": "titleColor",
"tooltip_text": "Color of the top title",
"default": "#ffffff"
},
{
"type": "colorpicker",
"key": "categoryBackgroundColor",
"tooltip_text": "background color of the categories"
},
{
"type": "checkbox",
"key": "applyBorder",
"tooltip_text": "enable or disable the border around the user selection",
"default": 0
}
]
}