mirror of
https://github.com/overte-org/community-apps.git
synced 2025-04-11 05:22:14 +02:00
Merge pull request #38 from Zetaphor/master
Add scriptManager and zDebugger to manifest
This commit is contained in:
commit
98d13ac323
3 changed files with 20 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
};
|
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
scriptManager.js
|
||||
scriptManager.html
|
||||
|
||||
Created by Zetaphor, September 21st 2023.
|
||||
Copyright 2023 Overte e.V.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<html>
|
||||
<!--
|
||||
zDebugger.js
|
||||
zDebugger.html
|
||||
Created by Zetaphor, September 21st 2023.
|
||||
Copyright 2023 Overte e.V.
|
||||
|
||||
|
|
Loading…
Reference in a new issue