diff --git a/WebBrowser/Resources/prefrences.conf.default b/WebBrowser/Resources/prefrences.conf.default new file mode 100644 index 0000000..c7754c1 --- /dev/null +++ b/WebBrowser/Resources/prefrences.conf.default @@ -0,0 +1,18 @@ +############################################################################################ +# Caution: This is your settings file for Xero Browser! # +# Modifying anything in this file could cause things to break and is thus not reccomended. # +# Continue at your own risk! # +############################################################################################ +RuffleActive = true +SearchEngine = google +HomePage = newtab +Theme = system +RoundBorders = true +FontSize = med +PageZoom = 100 +CookiesAllowed = blockthirdparty +ClearDataOnClose = false +RickRollBlocker = true +PornBlocker = true +TelemetryBlocker = true +AdBlocker = true \ No newline at end of file diff --git a/WebBrowser/SettingsHandler.cs b/WebBrowser/SettingsHandler.cs new file mode 100644 index 0000000..93bfdf0 --- /dev/null +++ b/WebBrowser/SettingsHandler.cs @@ -0,0 +1,7 @@ +namespace XeroBrowser +{ + public class SettingsHandler + { + + } +} \ No newline at end of file diff --git a/WebBrowser/prefrences.conf b/WebBrowser/prefrences.conf new file mode 100644 index 0000000..5b4489b --- /dev/null +++ b/WebBrowser/prefrences.conf @@ -0,0 +1,18 @@ +############################################################################################ +# Caution: This is your settings file for Xero Browser! # +# Modifying anything in this file could cause things to break and is thus not reccomended. # +# Continue at your own risk! # +############################################################################################ +RuffleActive = true +SearchEngine = google +HomePage = newtab +Theme = light +RoundBorders = true +FontSize = med +PageZoom = 100 +CookiesAllowed = blockthirdparty +ClearDataOnClose = false +RickRollBlocker = true +PornBlocker = true +TelemetryBlocker = true +AdBlocker = true \ No newline at end of file diff --git a/WebBrowser/prefrences.conf.default b/WebBrowser/prefrences.conf.default new file mode 100644 index 0000000..5b4489b --- /dev/null +++ b/WebBrowser/prefrences.conf.default @@ -0,0 +1,18 @@ +############################################################################################ +# Caution: This is your settings file for Xero Browser! # +# Modifying anything in this file could cause things to break and is thus not reccomended. # +# Continue at your own risk! # +############################################################################################ +RuffleActive = true +SearchEngine = google +HomePage = newtab +Theme = light +RoundBorders = true +FontSize = med +PageZoom = 100 +CookiesAllowed = blockthirdparty +ClearDataOnClose = false +RickRollBlocker = true +PornBlocker = true +TelemetryBlocker = true +AdBlocker = true \ No newline at end of file