mirror of https://github.com/espruino/BangleApps
Changed metadata: new screenshiot, tags and data
parent
4370d2ef8c
commit
d9a92a5f6e
|
@ -1,6 +0,0 @@
|
||||||
require("Storage").write("timer.info",{
|
|
||||||
"id":"game1024",
|
|
||||||
"name":"1024 Game",
|
|
||||||
"src":"game1024.app.js",
|
|
||||||
"icon":"game1024.img"
|
|
||||||
});
|
|
|
@ -1,13 +1,17 @@
|
||||||
{ "id": "game1024",
|
{ "id": "game1024",
|
||||||
"name": "1024 Game",
|
"name": "1024 Game",
|
||||||
"shortName" : "1024 Game",
|
"shortName" : "1024 Game",
|
||||||
|
"version": "0.5",
|
||||||
"icon": "game1024.png",
|
"icon": "game1024.png",
|
||||||
"description": "Join the numbers and get to the 1024 tile!",
|
"screenshots": [ {"url":"screenshot.png" } ],
|
||||||
"tags": "game puzzle 1024",
|
"description": "Join the numbers and get to the 1024(2^10) or J or X tile!",
|
||||||
|
"type": "app",
|
||||||
|
"tags": "game,puzzle",
|
||||||
"allow_emulator": true,
|
"allow_emulator": true,
|
||||||
"supports" : ["BANGLEJS2"],
|
"supports" : ["BANGLEJS2"],
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"game1024.app.js","url":"app.js"},
|
{"name":"game1024.app.js","url":"app.js"},
|
||||||
{"name":"game1024.img","url":"app-icon.js","evaluate":true}
|
{"name":"game1024.img","url":"app-icon.js","evaluate":true}
|
||||||
]
|
],
|
||||||
|
"data":[{"name": "game1024.json", "url": "game1024.json"}]
|
||||||
}
|
}
|
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
Loading…
Reference in New Issue