From 520440e8ca93c4a3f3624329e513f9bc9c93e02d Mon Sep 17 00:00:00 2001 From: Zetaphor Date: Fri, 22 Sep 2023 17:29:22 -0300 Subject: [PATCH] Add zDebugger and scriptManager to metadata --- applications/metadata.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/applications/metadata.js b/applications/metadata.js index f3777e6..c735bf0 100644 --- a/applications/metadata.js +++ b/applications/metadata.js @@ -242,6 +242,24 @@ var metadata = { "applications": "jsfile": "appreciate/appreciate_app.js", "icon": "appreciate/resources/images/icons/appreciate-i.svg", "caption": "APPRECIATE" + }, + { + "isActive": true, + "directory": "zDebugger", + "name": "zDebugger", + "description": "Provides an improved console logging experience complete with filtering by keyword or output type.", + "jsfile": "zDebugger/zDebugger.js", + "icon": "zDebugger/icon-inactive.png", + "caption": "ZDEBUG" + }, + { + "isActive": true, + "directory": "scriptManager", + "name": "scriptManager", + "description": "Provides an improved script manager experience complete with the ability to bookmark scripts for quick recall.", + "jsfile": "scriptManager/scriptManager.js", + "icon": "scriptManager/icon-inactive.png", + "caption": "SCRIPTS" } ] }; \ No newline at end of file