mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-11 13:11:01 +00:00
20 lines
396 B
YAML
20 lines
396 B
YAML
---
|
|
features:
|
|
|
|
private-browsing:
|
|
description: Private Browsing Mode
|
|
|
|
variables:
|
|
felt-privacy-enabled:
|
|
description: if true, enable felt privacy related UI
|
|
type: Boolean
|
|
default: false
|
|
|
|
defaults:
|
|
- channel: developer
|
|
value:
|
|
felt-privacy-enabled: true
|
|
- channel: nightly
|
|
value:
|
|
felt-privacy-enabled: false
|