Update apps.json

master
Peter Slendebroek 2022-01-03 15:27:45 +01:00 committed by GitHub
parent 084ff41ae6
commit ff363e1095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -5067,15 +5067,15 @@
"id": "mmind",
"name": "Classic Mind Game",
"shortName":"Master Mind",
"icon": "app.png",
"icon": "mmind.png",
"version":"0.01",
"description": "This is a classic mind game",
"type": "game",
"tags": "mastermind, game, bangle 2",
"tags": "master mind, game, classic",
"supports": ["BANGLEJS2"],
"storage": [
{"name":"mmind.app.js","url":"app.js"},
{"name":"mmind.img","url":"app-icon.js","evaluate":true}
{"name":"mmind.app.js","url":"mmind.app.js"},
{"name":"mmind.img","url":"mmind.icon.js","evaluate":true}
]
}
]