forked from FOSS/BangleApps
14 lines
400 B
JSON
14 lines
400 B
JSON
{
|
|
"id": "clickms",
|
|
"name": "Click Master",
|
|
"version": "0.02",
|
|
"description": "Get several friends to start the game, then compete to see who can press BTN1 the most!",
|
|
"icon": "click-master.png",
|
|
"tags": "game",
|
|
"supports": ["BANGLEJS"],
|
|
"storage": [
|
|
{"name":"clickms.app.js","url":"click-master.js"},
|
|
{"name":"clickms.img","url":"click-master-icon.js","evaluate":true}
|
|
]
|
|
}
|