-
Notifications
You must be signed in to change notification settings - Fork 0
/
firebase-default-settings.json
68 lines (68 loc) · 2.17 KB
/
firebase-default-settings.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"main_url": "",
"font_family": "",
"border_radius": "0",
"color": "#7e8299",
"muted_color": "#8c98a4",
"emphasis_color": "#1e2022",
"primary_color": "#2684fe",
"inverse_color": "#ffffff",
"background_color": "#ffffff",
"primary_background_color": "",
"button_color": "#2684fe",
"button_background_color": "#e9f2ff",
"primary_button_color": "",
"primary_button_background_color": "",
"enable_onboarding_screen": false,
"onboarding_screen_always": false,
"onboarding_screen_background_color": "",
"onboarding_screens": [],
"enable_home_screen": false,
"home_screen_logo": "",
"home_screen_background_image": "",
"home_screen_background_color": "",
"home_screen_item_style": "",
"home_screen_items": [],
"enable_app_bar": true,
"app_bar_back_button": true,
"app_bar_title": "My App",
"app_bar_web_page_title": false,
"app_bar_background_color": "",
"app_bar_color": "",
"enable_drawer": false,
"drawer_logo": "",
"drawer_items": [],
"enable_bottom_bar": true,
"bottom_bar_background_color": "",
"bottom_bar_style": "",
"bottom_bar_items": [],
"webview_pull_to_refresh": true,
"webview_clear_cache": false,
"webview_vertical_scroll_bar_enabled": true,
"webview_horizontal_scroll_bar_enabled": true,
"webview_disable_vertical_scroll": false,
"webview_disable_horizontal_scroll": false,
"webview_media_playback_requires_user_gesture": true,
"webview_disable_context_menu": false,
"webview_allows_link_preview": false,
"webview_support_zoom": true,
"allowed_urls": [],
"inject_css": "",
"inject_javascript": "",
"user_agent_android": "",
"user_agent_ios": "",
"user_agent_regexes": [],
"app_review_wait_days": 1,
"app_review_wait_seconds": 120,
"app_review_interval": 7,
"app_review_max_requests": 3,
"enable_ads": false,
"enable_ad_banner_top": false,
"enable_ad_banner_bottom": false,
"ad_banner_id_android": "",
"ad_banner_id_ios": "",
"enable_ad_interstitial": false,
"ad_interstitial_interval": "",
"ad_interstitial_id_android": "",
"ad_interstitial_id_ios": ""
}