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",
|
||||
"name": "1024 Game",
|
||||
"shortName" : "1024 Game",
|
||||
"version": "0.5",
|
||||
"icon": "game1024.png",
|
||||
"description": "Join the numbers and get to the 1024 tile!",
|
||||
"tags": "game puzzle 1024",
|
||||
"screenshots": [ {"url":"screenshot.png" } ],
|
||||
"description": "Join the numbers and get to the 1024(2^10) or J or X tile!",
|
||||
"type": "app",
|
||||
"tags": "game,puzzle",
|
||||
"allow_emulator": true,
|
||||
"supports" : ["BANGLEJS2"],
|
||||
"storage": [
|
||||
{"name":"game1024.app.js","url":"app.js"},
|
||||
{"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