mirror of https://github.com/espruino/BangleApps
6 lines
135 B
Plaintext
6 lines
135 B
Plaintext
|
require("Storage").write("timer.info",{
|
||
|
"id":"game1024",
|
||
|
"name":"1024 Game",
|
||
|
"src":"game1024.app.js",
|
||
|
"icon":"game1024.img"
|
||
|
});
|