libslider: link files to storage in metadata.

pull/2953/head
thyttan 2023-08-07 22:14:36 +02:00
parent 904935ba0a
commit 18662e5c55
1 changed files with 8 additions and 4 deletions

View File

@ -1,13 +1,17 @@
{ "id": "libslider",
"name": "My app's human readable name",
"shortName":"Short Name",
"name": "Slider test app",
"shortName":"Slider test",
"version":"0.01",
"description": "A detailed description of my great app",
"icon": "app.png",
"tags": "",
"tags": "ui",
"supports" : ["BANGLEJS2"],
"provides_modules": ["SliderInput"],
"readme": "README.md",
"storage": [
{"name":"7chname.img","url":"app-icon.js","evaluate":true}
{"name":"libslider.img","url":"app-icon.js","evaluate":true},
{"name":"libslider.app.js","url":"app.js"},
{"name":"SliderInput","url":"lib.js"}
]
}