summaryrefslogtreecommitdiffstats
path: root/mobile/android/focus-android/app/.experimenter.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/focus-android/app/.experimenter.yaml')
-rw-r--r--mobile/android/focus-android/app/.experimenter.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/mobile/android/focus-android/app/.experimenter.yaml b/mobile/android/focus-android/app/.experimenter.yaml
new file mode 100644
index 0000000000..fa6a1d67f4
--- /dev/null
+++ b/mobile/android/focus-android/app/.experimenter.yaml
@@ -0,0 +1,23 @@
+---
+cookie-banner:
+ description: Nimbus feature name intended to control the cookie banner handling in the app.
+ hasExposure: true
+ exposureDescription: ""
+ variables:
+ is-cookie-handling-enabled:
+ type: boolean
+ description: "If 'true' , the app will show the settings part for cookie banner handling"
+onboarding:
+ description: Nimbus feature name intended to control the onboarding plus all CFRs in the app.
+ hasExposure: true
+ exposureDescription: ""
+ variables:
+ is-cfr-enabled:
+ type: boolean
+ description: "If `true`, the app will show the cfrs"
+ is-enabled:
+ type: boolean
+ description: "If `true`, the app will show the new onboarding screen"
+ is-promote-search-widget-dialog-enabled:
+ type: boolean
+ description: "If `true`, the app will show the new dialog for promote search widget"