ebrowser v1.0.43

This commit is contained in:
James Feng Cao 2024-06-29 08:57:52 +08:00
parent cbfffcd34f
commit c8c7c4e896
10 changed files with 21 additions and 39 deletions

View file

@ -90,7 +90,7 @@ The other commands are defined in "mapkeys.json", which will map keys to address
#### Configuration files
- "config": lines of address bar commands.
- "search.json": search engines as shortcut-queryUrl pairs.
- "search.json": [search engines](https://jamesfengcao.gitlab.io/uweb/en/search/index.html) as shortcut-queryUrl pairs, where "%s" would be replaced by search query.
- "default.autoc": predefined strings for address bar auto completion.
- "gredirect.json": global redirection urls as array of urls
- "redirect.json": domain-replacementDomain pairs, default to be applied.

View file

@ -1,4 +1,4 @@
{"version":"1.0.42",
{"version":"1.0.43",
"name": "ebrowser",
"description": "The keyboard-friendly minimal suckless web browser",
"main": "webview.js",