mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
27 lines
No EOL
437 B
TOML
27 lines
No EOL
437 B
TOML
[gauntlet]
|
|
name = 'Interesting Plugin Name'
|
|
|
|
[[entrypoint]]
|
|
id = 'detail-view'
|
|
name = 'Detail view'
|
|
path = 'src/detail-view.tsx'
|
|
type = 'view'
|
|
|
|
[[entrypoint]]
|
|
id = 'form-view'
|
|
name = 'Form view'
|
|
path = 'src/form-view.tsx'
|
|
type = 'view'
|
|
|
|
[[entrypoint]]
|
|
id = 'command-a'
|
|
name = 'Command A'
|
|
path = 'src/command-a.ts'
|
|
type = 'command'
|
|
|
|
[[supported_system]]
|
|
os = 'linux'
|
|
|
|
[permissions]
|
|
environment = ["RUST_LOG"]
|
|
system = ["systemMemoryInfo"] |