Add files via upload

master
ainegil 2023-05-03 19:57:25 +02:00 committed by GitHub
parent eedc4799dd
commit 2dd9eeaf7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
{ "id": "3dclock",
"name": "Simple 3D Clock",
"shortName":"3DClock",
"icon": "app.png",
"version":"0.01",
"description": "This is a simple 3D scalig demo based on Anton Clock",
"screenshots" : [ { "url":"screenshot.png" }, { "url":"polymathclock.jpg" } ],
"type":"clock",
"tags": "clock",
"readme": "README.md",
"supports": ["BANGLEJS2"],
"storage": [
{"name":"3dclock.app.js","url":"app.js"},
{"name":"3dclock.img","url":"app-icon.js","evaluate":true}
]
}