forked from androidacy-user/WebviewSwitcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.txt
30 lines (23 loc) · 886 Bytes
/
config.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Config file for Webview Switcher
# If invalid values are found, or this file is missing, then the module falls back to the default in parenthesis
CV="5" # DO NOT CHANGE THIS
# Should we do a completely offline install?
# To use an apk, place in /sdcard/WebviewManager/apks with the appropriate name, eg webview.apk is for webview and browser.apk for browser
# NOT RECOMMENDED TO CHANGE THIS. Default is 0 for automatic detection
OFFLINE=0
# What should we install? Some config options below require a certain choice here!
# 0 = Just the webview (default)
# 1 = Just the browser
# 2 = Browser and webview
INSTALL=0
# Choice of browser (default: 0)
# 0 = Bromite (default)
# 1 = Chromium
# 2 = Ungoogled-Chromium
# 3 = Ungoogled-Chromium with extensions support
BROWSER=0
# Choice of Webview (default: 0)
# 0 = Bromite (default)
# 1 = Chromium
# 2 = Ungoogled-Chromium
WEBVIEW=0