gauntlet-cswimr-plugins/gauntlet.toml
cswimr 62b8e27a07
All checks were successful
Actions / Build Plugins (push) Successful in 39s
Actions / Build Plugins (pull_request) Successful in 41s
move emojipicker files into a subdir of src
2024-12-23 19:34:50 -05:00

29 lines
606 B
TOML

[gauntlet]
name = "cswimr's Gauntlet Plugins"
description = """
Collection of Gauntlet plugins by cswimr
Repository: https://www.coastalcommits.com/cswimr/gauntlet-emojipicker
"""
[[entrypoint]]
id = 'emojipicker-legacy'
name = 'Emoji Picker'
path = 'src/emojipicker/legacy.tsx'
type = 'inline-view'
description = """
Copy emojis to your clipboard from Gauntlet!
"""
[[entrypoint]]
id = 'emojipicker'
name = 'Emoji Picker'
path = 'src/emojipicker/index.tsx'
type = 'view'
description = """
Copy emojis to your clipboard from Gauntlet!
"""
[permissions]
main_search_bar = ["read"]
clipboard = ["write"]