Add plugin manifest
This commit is contained in:
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user