init plugin
This commit is contained in:
@@ -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",
|
||||
]
|
||||
Reference in New Issue
Block a user