init plugin

This commit is contained in:
Yocraft-2000
2026-07-18 00:37:43 +02:00
parent ca07934fe4
commit 77beece387
3 changed files with 125 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
id = "yocraft/web-launcher"
name = "Web launcher"
version = "1.0.0"
plugin_api = 3
author = "yocraft"
description = "Quickly open your favorite websites from the launcher."
tags = ["web", "bookmarks"]
[[launcher_provider]]
id = "web-launcher"
entry = "launcher.luau"
prefix = "web"
glyph = "world"
include_in_global_search = false
[[setting]]
key = "links"
type = "string_list"
label_key = "settings.links.label"
description_key = "settings.links.description"
default = [
"GitHub|https://github.com",
"GitLab|https://gitlab.com",
"Codeberg|https://codeberg.org",
"Reddit|https://reddit.com",
"YouTube|https://youtube.com",
"Gmail|https://mail.google.com",
]