From 8cccf21f17aa93fac38ca20cfe1ff793d92b3954 Mon Sep 17 00:00:00 2001 From: felixzsh Date: Tue, 11 Aug 2026 09:53:48 -0500 Subject: [PATCH] Add plugin manifest --- manifest.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..485814b --- /dev/null +++ b/manifest.json @@ -0,0 +1,12 @@ +{ + "schemaVersion": 1, + "id": "omarchy.key-visualizer", + "name": "Key Visualizer", + "version": "1.0.0", + "description": "Shows the keys you press on screen. Great for keybinding tutorials, demos, and screencasts.", + "kinds": ["panel"], + "keepLoaded": true, + "entryPoints": { + "panel": "KeyVisualizer.qml" + } +}