Merge pull request #1369 from thedod/banglejs-1-compatibility

`acmaze` and `ftclock` are `bangle.js 1` compat
master
Gordon Williams 2022-01-31 10:06:29 +00:00 committed by GitHub
commit 5207ecf328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"description": "Tilt the watch to roll a ball through a maze.",
"icon": "app.png",
"tags": "game",
"supports" : ["BANGLEJS2"],
"supports" : ["BANGLEJS","BANGLEJS2"],
"readme": "README.md",
"screenshots": [{"url":"screenshot.png"}],
"storage": [

View File

@ -7,7 +7,7 @@
"screenshots": [{"url":"screenshot.png"}, {"url":"screenshot1.png"}],
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS2"],
"supports" : ["BANGLEJS","BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"ftclock.app.js","url":"app.js"},