Skip to content

Commit

Permalink
Merge branch 'feature/update-docs' of https://github.com/coenm/RepoM
Browse files Browse the repository at this point in the history
…into feature/update-docs
  • Loading branch information
coenm committed Sep 11, 2024
2 parents 52ad9e0 + db44d7a commit 68c5ccd
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/plugin_repom.plugin.webbrowser.generated.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 68c5ccd

Please sign in to comment.