No issue: Update .experimenter.json

upstream-sync
Gabriel Luong 2 years ago committed by mergify[bot]
parent 26891cd44d
commit 600541efb6

@ -1,34 +1,23 @@
{ {
"homescreen": {
"description": "The homescreen that the user goes to when they press home or new tab.",
"hasExposure": true,
"exposureDescription": "",
"variables": {
"sections-enabled": {
"description": "This property provides a lookup table of whether or not the given section should be enabled. If the section is enabled, it should be toggleable in the settings screen, and on by default.",
"type": "json"
}
}
},
"default-browser-message": { "default-browser-message": {
"description": "A small feature allowing experiments on the placement of a default browser message.", "description": "A small feature allowing experiments on the placement of a default browser message.",
"hasExposure": true, "hasExposure": true,
"exposureDescription": "", "exposureDescription": "",
"variables": { "variables": {
"message-location": { "message-location": {
"description": "Where is the message to be put.", "type": "string",
"type": "string" "description": "Where is the message to be put."
} }
} }
}, },
"search-term-groups": { "homescreen": {
"description": "A feature allowing the grouping of URLs around the search term that it came from.", "description": "The homescreen that the user goes to when they press home or new tab.",
"hasExposure": true, "hasExposure": true,
"exposureDescription": "", "exposureDescription": "",
"variables": { "variables": {
"enabled": { "sections-enabled": {
"description": "If true, the feature shows up on the homescreen and on the new tab screen.", "type": "json",
"type": "boolean" "description": "This property provides a lookup table of whether or not the given section should be enabled. If the section is enabled, it should be toggleable in the settings screen, and on by default."
} }
} }
}, },
@ -38,16 +27,27 @@
"exposureDescription": "", "exposureDescription": "",
"variables": { "variables": {
"settings-icon": { "settings-icon": {
"description": "The drawable displayed in the app menu for Settings", "type": "string",
"type": "string" "description": "The drawable displayed in the app menu for Settings"
}, },
"settings-punctuation": { "settings-punctuation": {
"description": "The emoji displayed in the Settings screen title.", "type": "string",
"type": "string" "description": "The emoji displayed in the Settings screen title."
}, },
"settings-title": { "settings-title": {
"description": "The title of displayed in the Settings screen and app menu.", "type": "string",
"type": "string" "description": "The title of displayed in the Settings screen and app menu."
}
}
},
"search-term-groups": {
"description": "A feature allowing the grouping of URLs around the search term that it came from.",
"hasExposure": true,
"exposureDescription": "",
"variables": {
"enabled": {
"type": "boolean",
"description": "If true, the feature shows up on the homescreen and on the new tab screen."
} }
} }
} }

Loading…
Cancel
Save