Create metadata.json

pull/1831/head
JuliusS123 2022-05-15 10:22:52 +02:00 committed by GitHub
parent a6cdee8a40
commit bd69f21361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{ "id": "homework",
"name": "Homework",
"shortName":"Homwork",
"version":"0.1",
"description": "A simple app to manage homework",
"icon": "app-icon.js",
"tags": "tool",
"supports" : ["BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"homework.app.js","url":"app.js"},
{"name":"homework.img","url":"app-icon.js","evaluate":true}
]
}