29 lines
684 B
TOML
29 lines
684 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",
|
|
]
|