mirror of https://github.com/espruino/BangleApps
Create metadata.json
parent
c58476ebe3
commit
37ea895a7f
|
@ -0,0 +1,12 @@
|
|||
{ "id": "tictactoe",
|
||||
"name": "TicTacToe",
|
||||
"shortName":"TicTacToe",
|
||||
"icon": "app.png",
|
||||
"version":"0.01",
|
||||
"description": "Tic Tac Toe for two players!",
|
||||
"tags": "",
|
||||
"storage": [
|
||||
{"name":"timer.app.js","url":"app.js"},
|
||||
{"name":"timer.img","url":"app-icon.js","evaluate":true}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue