From 435372684628576aeab2f016bf02763e4361380e Mon Sep 17 00:00:00 2001 From: "matcha-marketplace[bot]" <297154875+matcha-marketplace[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 09:35:08 +0000 Subject: [PATCH] Add plugin manifest: floating_clock.json --- plugins/floating_clock.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 plugins/floating_clock.json diff --git a/plugins/floating_clock.json b/plugins/floating_clock.json new file mode 100644 index 0000000..4189ea3 --- /dev/null +++ b/plugins/floating_clock.json @@ -0,0 +1,21 @@ +{ + "name": "floating_clock", + "title": "Clock", + "description": "Injects a live-updating clock as a persistent overlay in the top-right corner.", + "version": "1.0.0", + "author": { + "github_username": "floatpane", + "display_name": "floatpane" + }, + "repository_url": "https://github.com/floatpane/official-matcha-plugins", + "source_branch": "master", + "source_sha": "dfd8896fbe7bd30dd5b4b6259644f2ec0f4e2cfe", + "file_sha": "d6850d691b2752bd1b529a89398923ee60bda723", + "sha256": "8d3397e3254ef896562e78908118bb044f77e7ace6ca21eff1ff56e2718bf660", + "submitted_at": "2026-06-29T09:35:08.081Z", + "tags": [ + "productivity", + "theme", + "customization" + ] +}