diff --git a/app/.experimenter.yaml b/app/.experimenter.yaml index 4aeda8fc0..2746cdd96 100644 --- a/app/.experimenter.yaml +++ b/app/.experimenter.yaml @@ -147,6 +147,14 @@ search-term-groups: enabled: type: boolean description: "If true, the feature shows up on the homescreen and on the new tab screen." +shopping-experience: + description: A feature that shows product review quality information. + hasExposure: true + exposureDescription: "" + variables: + enabled: + type: boolean + description: "if true, the shopping experience feature is shown to the user." splash-screen: description: "A feature that extends splash screen duration, allowing additional data fetching time for the app's initial run." hasExposure: true diff --git a/app/nimbus.fml.yaml b/app/nimbus.fml.yaml index a3ee5e3e0..71991e95e 100644 --- a/app/nimbus.fml.yaml +++ b/app/nimbus.fml.yaml @@ -330,6 +330,18 @@ features: type: Int default: 0 + shopping-experience: + description: A feature that shows product review quality information. + variables: + enabled: + description: if true, the shopping experience feature is shown to the user. + type: Boolean + default: false + defaults: + - channel: developer + value: + enabled: true + types: objects: {}