From 4b87cac3c8a89926e4e455ee322b15c35e4bb16c Mon Sep 17 00:00:00 2001 From: felixzsh Date: Tue, 11 Aug 2026 17:56:03 -0500 Subject: [PATCH] Add author to the manifest for the Quattro contract The documented plugin manifest contract (docs/omarchy-shell.md) and every first-party manifest include author; the publishing validation rejects a manifest without it. --- manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.json b/manifest.json index d360dab..2ad9951 100644 --- a/manifest.json +++ b/manifest.json @@ -3,6 +3,7 @@ "id": "felixzsh.key-visualizer", "name": "Key Visualizer", "version": "1.5.0", + "author": "felixzsh", "description": "Shows the keys you press on screen. Great for keybinding tutorials, demos, and screencasts.", "kinds": [ "panel",