mirror of https://github.com/espruino/BangleApps
Add the app.js file for Activity Reminder app
parent
b4ea88281e
commit
8862a9c279
|
@ -0,0 +1,3 @@
|
|||
Bangle.loadWidgets();
|
||||
Bangle.drawWidgets();
|
||||
eval(require("Storage").read("activityreminder.settings.js"))(()=>load());
|
|
@ -6,10 +6,11 @@
|
|||
"version":"0.01",
|
||||
"icon": "app.png",
|
||||
"type": "app",
|
||||
"tags": "tool",
|
||||
"tags": "tool,activity",
|
||||
"supports": ["BANGLEJS", "BANGLEJS2"],
|
||||
"readme": "README.md",
|
||||
"storage": [
|
||||
{"name": "activityreminder.app.js","url":"app.js"},
|
||||
{"name": "activityreminder.boot.js","url": "boot.js"},
|
||||
{"name": "activityreminder.settings.js","url": "settings.js"},
|
||||
{"name": "activityreminder.img","url": "app-icon.js","evaluate": true}
|
||||
|
|
Loading…
Reference in New Issue