mirror of
https://github.com/overte-org/community-apps.git
synced 2025-04-14 02:06:33 +02:00
Add zDebugger and scriptManager to metadata
This commit is contained in:
parent
9b18c3f542
commit
520440e8ca
1 changed files with 18 additions and 0 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"
|
||||
}
|
||||
]
|
||||
};
|
Loading…
Reference in a new issue