mirror of https://github.com/espruino/BangleApps
7 lines
157 B
JavaScript
7 lines
157 B
JavaScript
|
require("Storage").write("nightwatch.info",{
|
||
|
"id":"nightwatch",
|
||
|
"name":"The Nightwatch",
|
||
|
"src":"nightwatch.app.js",
|
||
|
"icon":"nightwatch.icon.png"
|
||
|
});
|