feat: add proton-pass plugin (#4)
* feat: add proton-pass plugin * feat: make plugin setQuery prefix-relative See: https://github.com/noctalia-dev/noctalia/commit/1bc8308cb29cc29439c1837fcd553424087dddc1
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
id = "lucasoe/proton-pass"
|
||||
name = "Proton Pass"
|
||||
version = "0.1.0"
|
||||
min_noctalia = "5.0.0"
|
||||
author = "LucasOe"
|
||||
license = "MIT"
|
||||
icon = "lock"
|
||||
description = "Access Proton Pass from the launcher"
|
||||
tags = ["launcher"]
|
||||
dependencies = ["proton-pass-cli"]
|
||||
|
||||
[[launcher_provider]]
|
||||
id = "proton-pass"
|
||||
entry = "launcher.luau"
|
||||
prefix = "pass"
|
||||
glyph = "lock"
|
||||
include_in_global_search = false
|
||||
Reference in New Issue
Block a user