mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-02 03:40:16 +00:00
0541ba4fd9
* Fixes https://github.com/mozilla-mobile/fenix/issues/23492 — Fixup perf regression of calling isFirefoxDefault from the main thread * Tightening of near defunct default browser message * Fixup early crash in debug build * ktlint
54 lines
1.8 KiB
JSON
54 lines
1.8 KiB
JSON
{
|
|
"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": {
|
|
"description": "A small feature allowing experiments on the placement of a default browser message.",
|
|
"hasExposure": true,
|
|
"exposureDescription": "",
|
|
"variables": {
|
|
"message-location": {
|
|
"description": "Where is the message to be put.",
|
|
"type": "string"
|
|
}
|
|
}
|
|
},
|
|
"search-term-groups": {
|
|
"description": "A feature allowing the grouping of URLs around the search term that it came from.",
|
|
"hasExposure": true,
|
|
"exposureDescription": "",
|
|
"variables": {
|
|
"enabled": {
|
|
"description": "If true, the feature shows up on the homescreen and on the new tab screen.",
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"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": {
|
|
"description": "The drawable displayed in the app menu for Settings",
|
|
"type": "string"
|
|
},
|
|
"settings-punctuation": {
|
|
"description": "The emoji displayed in the Settings screen title.",
|
|
"type": "string"
|
|
},
|
|
"settings-title": {
|
|
"description": "The title of displayed in the Settings screen and app menu.",
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|
|
} |