From d83a6965964ef45eca09d176f5329619e81e3ab2 Mon Sep 17 00:00:00 2001 From: cpys1994 Date: Thu, 27 Aug 2026 17:27:08 +0800 Subject: [PATCH] Add Codex Quota Overlay to developer tools --- data/json/en/tools/utils.jsonc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/data/json/en/tools/utils.jsonc b/data/json/en/tools/utils.jsonc index 0518d97..8a65d51 100644 --- a/data/json/en/tools/utils.jsonc +++ b/data/json/en/tools/utils.jsonc @@ -19,6 +19,12 @@ // A // B // C + { + "name": "Codex Quota Overlay", + "description": "A Windows desktop overlay that displays Codex usage quota and reset information at a glance.", + "url": "https://github.com/cpys/codex-quota-overlay", + "tags": ["Open Source", "Developer Tools", "Codex"] + }, { "name": "Cert Decoder", "description": "A free online tool to decode X.509 SSL/TLS certificates in PEM format.", @@ -72,4 +78,4 @@ // X // Y // Z -] \ No newline at end of file +]