summaryrefslogtreecommitdiff
path: root/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/PLUGINS/ExampleEmojiPlugin/plugin.json
blob: ef16d01fc4968529dbcc33c12eb4300e583cf5e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "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"
    ]
}