Files
community-plugins/web-launcher/plugin.toml
T

36 lines
825 B
TOML

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",
]
[[setting]]
key = "notify"
type = "bool"
label_key = "settings.notify.label"
description_key = "settings.notify.description"
default = true