1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00
Files
DankMaterialShell/PLUGINS/ExampleEmojiPlugin/plugin.json
2025-10-15 08:14:49 -04:00

17 lines
472 B
JSON

{
"id": "exampleEmojiPlugin",
"name": "Emoji Cycler",
"description": "Display cycling emojis in your bar with a handy emoji picker popout",
"version": "1.0.0",
"author": "AvengeMedia",
"type": "widget",
"capabilities": ["emoji-search", "clipboard", "dankbar-widget"],
"component": "./EmojiWidget.qml",
"icon": "mood",
"settings": "./EmojiSettings.qml",
"permissions": [
"settings_read",
"settings_write"
]
}