Add the app.js file for Activity Reminder app

pull/1714/head
Stiralbios 2022-04-07 14:40:48 +02:00
parent b4ea88281e
commit 8862a9c279
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,3 @@
Bangle.loadWidgets();
Bangle.drawWidgets();
eval(require("Storage").read("activityreminder.settings.js"))(()=>load());

View File

@ -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}