2022-01-28 12:48:05 +00:00
{
"default-browser-message" : {
"description" : "A small feature allowing experiments on the placement of a default browser message." ,
"hasExposure" : true ,
"exposureDescription" : "" ,
"variables" : {
"message-location" : {
2022-03-22 16:39:53 +00:00
"type" : "string" ,
"description" : "Where is the message to be put."
2022-01-28 12:48:05 +00:00
}
}
} ,
2022-03-22 16:39:53 +00:00
"homescreen" : {
"description" : "The homescreen that the user goes to when they press home or new tab." ,
2022-02-08 12:44:07 +00:00
"hasExposure" : true ,
"exposureDescription" : "" ,
"variables" : {
2022-03-22 16:39:53 +00:00
"sections-enabled" : {
"type" : "json" ,
"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."
2022-02-08 12:44:07 +00:00
}
}
} ,
2022-01-28 12:48:05 +00:00
"nimbus-validation" : {
"description" : "A feature that does not correspond to an application feature suitable for showing that Nimbus is working. This should never be used in production." ,
"hasExposure" : true ,
"exposureDescription" : "" ,
"variables" : {
"settings-icon" : {
2022-03-22 16:39:53 +00:00
"type" : "string" ,
"description" : "The drawable displayed in the app menu for Settings"
2022-01-28 12:48:05 +00:00
} ,
"settings-punctuation" : {
2022-03-22 16:39:53 +00:00
"type" : "string" ,
"description" : "The emoji displayed in the Settings screen title."
2022-01-28 12:48:05 +00:00
} ,
"settings-title" : {
2022-03-22 16:39:53 +00:00
"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."
2022-01-28 12:48:05 +00:00
}
}
}
}