-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin-manifest.android.json
More file actions
180 lines (180 loc) · 4.56 KB
/
plugin-manifest.android.json
File metadata and controls
180 lines (180 loc) · 4.56 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
{
"api": {
"require_startup_execution": false,
"class_name": "com.applicaster.reactnative.plugins.APReactNativeAdapter",
"react_packages": []
},
"dependency_repository_url": [],
"platform": "android",
"author_name": "applicaster",
"author_email": "support@applicaster.com",
"manifest_version": "1.0.0",
"name": "VideoDetailScreen",
"description": "React Native configurable video details screen",
"type": "general",
"identifier": "VideoDetailScreen",
"whitelisted_account_ids": ["5af5868756379b000f6c2c45"],
"min_zapp_sdk": "7.0.0",
"deprecated_since_zapp_sdk": "",
"unsupported_since_zapp_sdk": "",
"ui_builder_support": true,
"screen": true,
"react_native": true,
"react_bundle_url": "https://assets-production.applicaster.com/zapp/react-native-bundles/VideoDetailScreen/1.0.0/android/index.android.bundle.js",
"extra_dependencies": [],
"npm_dependencies": [],
"project_dependencies": [],
"dependency_name": "@applicaster/videodetailscreen-rn",
"dependency_version": "1.0.0",
"custom_configuration_fields": [
{
"section": "Style",
"type": "text",
"key": "backgroundViewColor",
"value": "#101116"
},
{
"section": "Style",
"key": "presentation",
"type": "text",
"tooltip_text": "How we should present this plugin? Possible values: present, push, presentNoNavigation, pushNoNavigation, asAChild",
"default": "presentNoNavigation"
},
{
"section": "Style",
"type": "dropdown",
"key": "theme",
"tooltip_text": "Style theme",
"options": ["black"],
"default": "black"
},
{
"section": "Features",
"type": "dropdown",
"key": "play_inline",
"tooltip_text": "Play Inline",
"options": ["never", "always", "wifi"],
"default": "never"
},
{
"section": "Features",
"type": "checkbox",
"key": "autoplay",
"tooltip_text": "Autoplay on load (WARNING: not currently implemented)",
"default": 0
},
{
"section": "Features",
"type": "text",
"key": "related_url_scheme",
"tooltip_text": "Url scheme to fetch related content by id (id will be appended)"
},
{
"section": "Features",
"type": "text",
"key": "video_url_scheme",
"tooltip_text": "Url scheme to fetch video by id (id will be appended)"
},
{
"section": "Features",
"type": "checkbox",
"key": "hide_live_bar",
"tooltip_text": "Hide live status bar",
"default": 0
},
{
"section": "Features",
"type": "checkbox",
"key": "compact_description",
"tooltip_text": "Toggle to hide/show full description text",
"default": 0
},
{
"section": "Localization",
"type": "dropdown",
"key": "locale",
"tooltip_text": "ISO 639-1 language code (WARNING: not currently implemented)",
"options": [
"de",
"th",
"ca",
"he",
"en",
"es",
"fr",
"ar",
"zh",
"tr",
"nl",
"pt",
"pl",
"it",
"ja"
],
"default": "en"
},
{
"section": "Localization",
"type": "text",
"key": "lbl_more",
"tooltip_text": "More label",
"default": "More"
},
{
"section": "Localization",
"type": "text",
"key": "lbl_fewer",
"tooltip_text": "Fewer label",
"default": "Fewer"
},
{
"section": "Localization",
"type": "text",
"key": "lbl_days",
"tooltip_text": "Days label",
"default": "Days"
},
{
"section": "Localization",
"type": "text",
"key": "lbl_hours",
"tooltip_text": "Hours label",
"default": "Hours"
},
{
"section": "Localization",
"type": "text",
"key": "lbl_minutes",
"tooltip_text": "Minutes label",
"default": "Minutes"
},
{
"section": "Localization",
"type": "text",
"key": "lbl_seconds",
"tooltip_text": "Seconds label",
"default": "Seconds"
},
{
"section": "Localization",
"type": "text",
"key": "lbl_related_videos",
"tooltip_text": "Related Videos label",
"default": "Related Videos"
},
{
"section": "Localization",
"type": "text",
"key": "lbl_live_now",
"tooltip_text": "LIVE NOW label",
"default": "LIVE NOW"
},
{
"section": "Localization",
"type": "text",
"key": "lbl_event_starts_in",
"tooltip_text": "Event starts in label",
"default": "Event starts in"
}
]
}