Add clicompleteclk to apps.json

master
Marco H 2021-12-09 13:31:12 +01:00 committed by GitHub
parent a1599a967b
commit 93361297bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 1 deletions

View File

@ -4825,5 +4825,20 @@
{ "name": "ptlaunch.img", "url": "app-icon.js", "evaluate": true }
],
"data": [{"name":"ptlaunch.patterns.json"}]
}
},
{ "id": "clicompleteclk",
"name": "Command line complete clock",
"shortName":"Command line complete clock",
"version":"0.01",
"description": "Command line styled clock with lots of information",
"icon": "app.png",
"type": "clock",
"tags": "clock,cli,command,bash,shell,weather,hrt",
"supports" : ["BANGLEJS", "BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"clicompleteclk.app.js","url":"app.js"},
{"name":"clicompleteclk.img","url":"app-icon.js","evaluate":true}
]
}
]