BangleApps/apps/red7game/metadata.json

17 lines
564 B
JSON
Raw Normal View History

2022-02-10 23:12:53 +00:00
{ "id": "red7game",
"name": "Red 7 Card Game",
"shortName" : "Red 7",
2022-02-10 23:36:38 +00:00
"icon": "icon.png",
2024-02-26 19:46:12 +00:00
"version":"0.07",
2022-02-10 23:12:53 +00:00
"description": "An implementation of the card game Red 7 for your watch. Play against the AI and be the last player still in the game to win!",
"tags": "game",
"supports":["BANGLEJS2"],
"readme": "README.md",
"allow_emulator": true,
"screenshots": [{"url":"screenshot.png"},{"url":"screenshot2.png"}],
2022-02-10 23:12:53 +00:00
"storage": [
{"name":"red7game.app.js","url":"red7.js"},
{"name":"red7game.img","url":"app-icon.js","evaluate":true}
2022-02-10 23:33:16 +00:00
]
}