gauntlet-cswimr-plugins/gauntlet.toml

30 lines
600 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-12-23 14:38:42 -05:00
id = 'emojipicker-legacy'
2024-10-18 12:43:53 -04:00
name = 'Emoji Picker'
2024-12-23 14:38:42 -05:00
path = 'src/emojipicker-legacy.tsx'
2024-10-18 12:43:53 -04:00
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!
"""
2024-12-23 01:28:11 -05:00
[[entrypoint]]
2024-12-23 14:38:42 -05:00
id = 'emojipicker'
name = 'Emoji Picker'
path = 'src/emojipicker.tsx'
2024-12-23 01:28:11 -05:00
type = 'view'
description = """
Copy emojis to your clipboard from Gauntlet!
"""
2024-10-18 12:43:53 -04:00
[permissions]
main_search_bar = ["read"]
clipboard = ["write"]