gauntlet-cswimr-plugins/gauntlet.toml

21 lines
419 B
TOML
Raw Normal View History

2024-10-17 15:20:23 -04:00
[gauntlet]
2024-10-19 16:54:59 -04:00
name = "cswimr's Gauntlet Plugins"
2024-10-17 15:20:23 -04:00
description = """
2024-10-19 16:54:59 -04:00
Collection of Gauntlet plugins by cswimr
2024-10-18 12:43:53 -04:00
Repository: https://www.coastalcommits.com/cswimr/gauntlet-emojipicker
2024-10-17 15:20:23 -04:00
"""
[[entrypoint]]
2024-10-18 12:43:53 -04:00
id = 'emojipicker'
name = 'Emoji Picker'
path = 'src/emojipicker.tsx'
type = 'inline-view'
2024-10-17 15:20:23 -04:00
description = """
2024-10-18 12:43:53 -04:00
Copy emojis to your clipboard from Gauntlet!
"""
[permissions]
main_search_bar = ["read"]
clipboard = ["write"]