geckoview.fml.yaml (674B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 about: 5 description: GeckoView features configurable via Nimbus 6 android: 7 package: mozilla.components.browser.engine.gecko 8 class: .GeckoNimbus 9 channels: 10 - debug 11 - release 12 features: 13 pdfjs: 14 description: "PDF.js features" 15 variables: 16 download-button: 17 description: "Download button" 18 type: Boolean 19 default: true 20 21 open-in-app-button: 22 description: "Open in app button" 23 type: Boolean 24 default: true