From db44d7ac9067f0004dbc4bfcacb4be7b3f22e55d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 11 Sep 2024 19:31:10 +0000 Subject: [PATCH] Docs changes --- ...lugin_repom.plugin.webbrowser.generated.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/docs/plugin_repom.plugin.webbrowser.generated.md b/docs/plugin_repom.plugin.webbrowser.generated.md index c9d729cb..1514ebd8 100644 --- a/docs/plugin_repom.plugin.webbrowser.generated.md +++ b/docs/plugin_repom.plugin.webbrowser.generated.md @@ -20,6 +20,33 @@ The following default configuration is used: } ``` +Example configuration: + +```json +{ + "Version": 1, + "Settings": { + "Browsers": { + "Edge": "C:\\PathTo\\msedge.exe", + "FireFox": "C:\\PathTo\\Mozilla\\firefox.exe" + }, + "Profiles": { + "Work": { + "BrowserName": "Edge", + "CommandLineArguments": "\"--profile-directory=Profile 4\" {url}" + }, + "Incognito": { + "BrowserName": "Edge", + "CommandLineArguments": "-inprivate" + }, + "Incognito2": { + "BrowserName": "FireFox", + "CommandLineArguments": "-inprivate {url}" + } + } + } +} +``` This module contains the following methods, variables and/or constants: