Create metadata.json

pull/2437/head
MissionMake 2022-12-31 18:23:55 -08:00 committed by GitHub
parent c58476ebe3
commit 37ea895a7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -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}
]
}