Update metadata.json to support Bangle JS 1

pull/3640/head
Brian Whelan 2024-11-04 09:44:11 +00:00 committed by GitHub
parent 7da28950e6
commit a70030c32e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@
"type": "module",
"provides_modules" : ["reply"],
"tags": "",
"supports" : ["BANGLEJS2"],
"supports": ["BANGLEJS","BANGLEJS2"],
"readme": "README.md",
"interface": "interface.html",
"storage": [
{"name":"reply","url":"lib.js"}
],
"data": [{"name":"replies.json"}]
}
}