Skip to content

Commit

Permalink
Merge pull request #38 from Zetaphor/master
Browse files Browse the repository at this point in the history
Add scriptManager and zDebugger to manifest
  • Loading branch information
ksuprynowicz authored Sep 22, 2023
2 parents aa1baa3 + 520440e commit 98d13ac
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions applications/metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
};
2 changes: 1 addition & 1 deletion applications/scriptManager/scriptManager.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
scriptManager.js
scriptManager.html
Created by Zetaphor, September 21st 2023.
Copyright 2023 Overte e.V.
Expand Down
2 changes: 1 addition & 1 deletion applications/zDebugger/zDebugger.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<!--
zDebugger.js
zDebugger.html
Created by Zetaphor, September 21st 2023.
Copyright 2023 Overte e.V.
Expand Down

0 comments on commit 98d13ac

Please sign in to comment.