adding game tag

master
MissionMake 2022-12-31 20:28:36 -08:00 committed by GitHub
parent bc04b5b1f9
commit 3fa2bcf8f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"icon": "app.png", "icon": "app.png",
"version":"0.01", "version":"0.01",
"description": "Tic Tac Toe for two players!", "description": "Tic Tac Toe for two players!",
"tags": "", "tags": "game",
"storage": [ "storage": [
{"name":"tictactoe.app.js","url":"app.js"}, {"name":"tictactoe.app.js","url":"app.js"},
{"name":"tictactoe.img","url":"app-icon.js","evaluate":true} {"name":"tictactoe.img","url":"app-icon.js","evaluate":true}