BangleApps/apps/football/metadata.json

32 lines
552 B
JSON
Raw Normal View History

2022-06-04 12:02:05 +00:00
{
"id": "football",
"name": "football",
"shortName": "football",
"version": "1.01",
2022-06-04 12:02:05 +00:00
"type": "app",
"description": "Classic football game of the CASIO chronometer",
"icon": "app.png",
"allow_emulator": true,
"tags": "games",
"supports": [
"BANGLEJS2"
],
"readme": "README.md",
"storage": [
{
"name": "football.app.js",
"url": "app.js"
},
{
"name": "football.img",
"url": "app-icon.js",
"evaluate": true
}
],
"screenshots": [
{
"url": "screenshot.png"
}
]
}