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:
LucasOe
2026-07-14 22:57:34 -04:00
committed by GitHub
parent 7bf4925dd3
commit f5a72b7558
5 changed files with 250 additions and 0 deletions
+17
View File
@@ -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