From e662ec92f321c62abab64ffefe425e5ef8a0587b 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:32:43 +0000 Subject: [PATCH] Add plugin manifest: custom_header.json --- plugins/custom_header.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 plugins/custom_header.json diff --git a/plugins/custom_header.json b/plugins/custom_header.json new file mode 100644 index 0000000..cfd23c0 --- /dev/null +++ b/plugins/custom_header.json @@ -0,0 +1,20 @@ +{ + "name": "custom_header", + "title": "Custom Header", + "description": "Customize the text above the inbox!", + "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": "26f55ccaa864c8b4cd9dbd038a3b0b8628d2e488", + "sha256": "acebeec43ff5796b75584bbd2599455a252042840b80255f1bd388451bb61a06", + "submitted_at": "2026-06-29T09:32:42.206Z", + "tags": [ + "theme", + "customization" + ] +}