* feat: add proton-pass plugin * feat: make plugin setQuery prefix-relative See: https://github.com/noctalia-dev/noctalia/commit/1bc8308cb29cc29439c1837fcd553424087dddc1
18 lines
377 B
TOML
18 lines
377 B
TOML
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
|