{ "id": "commandRunner", "name": "Command Runner", "description": "Execute shell commands directly from the launcher", "version": "1.1.0", "author": "devnullvoid", "icon": "terminal", "type": "launcher", "capabilities": [ "command-execution", "shell" ], "component": "./CommandRunner.qml", "settings": "./CommandRunnerSettings.qml", "trigger": ">", "permissions": [ "settings_read", "settings_write" ] }