Merge pull request #38 from Zetaphor/master

Add scriptManager and zDebugger to manifest
This commit is contained in:
ksuprynowicz 2023-09-22 22:34:30 +02:00 committed by GitHub
commit 98d13ac323
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 2 deletions

View file

@ -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"
}
]
};

View file

@ -1,5 +1,5 @@
<!--
scriptManager.js
scriptManager.html
Created by Zetaphor, September 21st 2023.
Copyright 2023 Overte e.V.

View file

@ -1,6 +1,6 @@
<html>
<!--
zDebugger.js
zDebugger.html
Created by Zetaphor, September 21st 2023.
Copyright 2023 Overte e.V.