Create metadata.json
parent
c58d694a0b
commit
d8db65b3e7
|
|
@ -0,0 +1,15 @@
|
||||||
|
{ "id": "8ball",
|
||||||
|
"name": "Magic 8 ball",
|
||||||
|
"shortName":"8ball",
|
||||||
|
"icon": "8ball.png",
|
||||||
|
"version":"0.01",
|
||||||
|
"description": "It tells your future!
|
||||||
|
|
||||||
|
Ask the 8ball a question by clicking start and then clicking the screen! Then it will answer you question with a yes or no answer (hint : only ask it yes or no questions, its a little dumb).",
|
||||||
|
"tags": "Games",
|
||||||
|
"supports": ["BANGLEJS2"],
|
||||||
|
"storage": [
|
||||||
|
{"name":"8ball.app.js","url":"app.js"},
|
||||||
|
{"name":"8ball.img","url":"app-icon.js","evaluate":true}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue