Update apps.json

This commit is contained in:
Keb Helion 2020-02-12 12:33:59 -05:00 committed by GitHub
parent b243539609
commit bce5c91a1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
{
"applications": [
{
"name": "My Name",
"description": "My Description",
"jsfile": "test/eee.js",
"icon": "test/icon.png",
"caption": "APPS",
"category": "FUNCTIONALITIES"
}
]
"applications": [
{
"name": "My Name",
"description": "My Description",
"jsfile": "test/eee.js",
"icon": "test/icon.png",
"caption": "APPS",
"category": "FUNCTIONALITIES"
}
]
}