mirror of https://github.com/espruino/BangleApps
Update metadata.json to support Bangle JS 1
parent
7da28950e6
commit
a70030c32e
|
@ -6,11 +6,11 @@
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"provides_modules" : ["reply"],
|
"provides_modules" : ["reply"],
|
||||||
"tags": "",
|
"tags": "",
|
||||||
"supports" : ["BANGLEJS2"],
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"interface": "interface.html",
|
"interface": "interface.html",
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"reply","url":"lib.js"}
|
{"name":"reply","url":"lib.js"}
|
||||||
],
|
],
|
||||||
"data": [{"name":"replies.json"}]
|
"data": [{"name":"replies.json"}]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue