Web launcher plugin update (#47)

* feat: refresh results when a favicon finishes downloading

* fix: bump version

* feat: add command setting

* fix: fallback command if empty or not set
This commit is contained in:
Yocraft-2000
2026-07-18 19:02:22 -04:00
committed by GitHub
parent 110b6d6ae7
commit 36758bee4f
4 changed files with 30 additions and 7 deletions
+9 -1
View File
@@ -1,6 +1,6 @@
id = "yocraft/web-launcher"
name = "Web Launcher"
version = "1.0.0"
version = "1.0.1"
plugin_api = 3
author = "yocraft"
license = "MIT"
@@ -31,6 +31,14 @@ default = [
"Gmail|https://mail.google.com",
]
[[setting]]
key = "command"
type = "string"
label_key = "settings.command.label"
description_key = "settings.command.description"
default = "xdg-open"
advanced = true
[[setting]]
key = "notify"
type = "bool"