2019-10-30 17:33:58 +00:00
[
2019-11-06 22:12:54 +00:00
{ "id" : "boot" ,
"name" : "Bootloader" ,
"icon" : "bootloader.png" ,
2020-04-04 16:25:58 +00:00
"version" : "0.14" ,
2019-11-06 22:12:54 +00:00
"description" : "This is needed by Bangle.js to automatically load the clock, menu, widgets and settings" ,
"tags" : "tool,system" ,
2020-02-28 11:44:25 +00:00
"type" : "bootloader" ,
2019-11-06 22:12:54 +00:00
"storage" : [
2020-01-17 11:43:26 +00:00
{ "name" : ".boot0" , "url" : "boot0.js" } ,
2020-02-28 11:44:25 +00:00
{ "name" : ".bootcde" , "url" : "bootloader.js" }
2020-01-17 11:43:26 +00:00
] ,
"sortorder" : -10
} ,
2020-03-31 21:33:03 +00:00
{ "id" : "moonphase" ,
"name" : "Moonphase" ,
"icon" : "app.png" ,
2020-04-02 19:27:05 +00:00
"version" : "0.02" ,
"description" : "Shows current moon phase. Now with GPS function." ,
2020-03-31 21:33:03 +00:00
"tags" : "" ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "moonphase.app.js" , "url" : "app.js" } ,
{ "name" : "moonphase.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
2020-03-31 21:19:44 +00:00
{ "id" : "daysl" ,
"name" : "Days left" ,
"icon" : "app.png" ,
2020-04-04 16:05:53 +00:00
"version" : "0.03" ,
2020-03-31 21:19:44 +00:00
"description" : "Shows you the days left until a certain date. Date can be set with a settings app and is written to a file." ,
"tags" : "" ,
"allow_emulator" : false ,
"storage" : [
{ "name" : "daysl.app.js" , "url" : "app.js" } ,
{ "name" : "daysl.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "daysl.wid.js" , "url" : "widget.js" }
]
} ,
2020-01-17 11:43:26 +00:00
{ "id" : "launch" ,
2020-02-12 10:48:14 +00:00
"name" : "Default Launcher" ,
2020-02-28 11:44:25 +00:00
"shortName" : "Launcher" ,
2020-01-17 11:43:26 +00:00
"icon" : "app.png" ,
2020-04-16 08:16:37 +00:00
"version" : "0.02" ,
2020-01-17 11:43:26 +00:00
"description" : "This is needed by Bangle.js to display a menu allowing you to choose your own applications. You can replace this with a customised launcher." ,
"tags" : "tool,system,launcher" ,
2020-02-28 11:44:25 +00:00
"type" : "launch" ,
2020-01-17 11:43:26 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "launch.app.js" , "url" : "app.js" }
2019-11-07 08:44:08 +00:00
] ,
2019-11-09 20:31:03 +00:00
"sortorder" : -10
2019-11-06 22:12:54 +00:00
} ,
2020-02-12 14:45:31 +00:00
{ "id" : "about" ,
"name" : "About" ,
"icon" : "app.png" ,
2020-04-27 10:43:35 +00:00
"version" : "0.05" ,
2020-02-12 14:45:31 +00:00
"description" : "Bangle.js About page - showing software version, stats, and a collaborative mural from the Bangle.js KickStarter backers" ,
"tags" : "tool,system" ,
2020-02-13 09:14:42 +00:00
"allow_emulator" : true ,
2020-02-12 14:45:31 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "about.app.js" , "url" : "app.js" } ,
{ "name" : "about.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-02-12 14:45:31 +00:00
]
} ,
2020-03-04 16:42:44 +00:00
{ "id" : "locale" ,
"name" : "Languages" ,
"icon" : "locale.png" ,
2020-04-09 07:57:06 +00:00
"version" : "0.06" ,
2020-03-04 16:42:44 +00:00
"description" : "Translations for different countries" ,
2020-03-05 11:10:22 +00:00
"tags" : "tool,system,locale,translate" ,
2020-03-04 16:46:49 +00:00
"type" : "locale" ,
2020-03-04 16:42:44 +00:00
"custom" : "locale.html" ,
"storage" : [
{ "name" : "locale" }
] ,
"sortorder" : -10
} ,
2020-02-13 08:18:32 +00:00
{ "id" : "welcome" ,
"name" : "Welcome" ,
"icon" : "app.png" ,
2020-04-17 19:29:56 +00:00
"version" : "0.08" ,
2020-02-13 08:18:32 +00:00
"description" : "Appears at first boot and explains how to use Bangle.js" ,
2020-02-28 14:17:22 +00:00
"tags" : "start,welcome" ,
2020-02-13 09:14:42 +00:00
"allow_emulator" : true ,
2020-02-13 08:18:32 +00:00
"storage" : [
2020-04-04 16:25:58 +00:00
{ "name" : "welcome.boot.js" , "url" : "boot.js" } ,
2020-02-28 11:44:25 +00:00
{ "name" : "welcome.app.js" , "url" : "app.js" } ,
2020-04-03 23:30:33 +00:00
{ "name" : "welcome.settings.js" , "url" : "settings.js" } ,
2020-02-28 11:44:25 +00:00
{ "name" : "welcome.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-04-17 19:29:56 +00:00
] ,
"data" : [
{ "name" : "welcome.json" }
2020-02-13 08:18:32 +00:00
]
} ,
2019-12-05 14:48:36 +00:00
{ "id" : "gbridge" ,
"name" : "Gadgetbridge" ,
"icon" : "app.png" ,
2020-04-16 09:31:59 +00:00
"version" : "0.10" ,
2019-12-05 14:48:36 +00:00
"description" : "The default notification handler for Gadgetbridge notifications from Android" ,
2020-02-13 09:14:42 +00:00
"tags" : "tool,system,android,widget" ,
2020-04-03 22:47:48 +00:00
"type" : "widget" ,
2019-12-05 14:48:36 +00:00
"storage" : [
2020-04-03 22:47:48 +00:00
{ "name" : "gbridge.settings.js" , "url" : "settings.js" } ,
2020-02-28 11:44:25 +00:00
{ "name" : "gbridge.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "gbridge.wid.js" , "url" : "widget.js" }
2019-12-05 14:48:36 +00:00
]
} ,
2019-11-07 22:24:20 +00:00
{ "id" : "mclock" ,
2019-11-07 08:44:08 +00:00
"name" : "Morphing Clock" ,
"icon" : "clock-morphing.png" ,
2020-04-22 12:17:31 +00:00
"version" : "0.04" ,
2019-11-07 08:44:08 +00:00
"description" : "7 segment clock that morphs between minutes and hours" ,
"tags" : "clock" ,
2019-11-07 22:24:20 +00:00
"type" : "clock" ,
2019-12-03 11:45:55 +00:00
"allow_emulator" : true ,
2019-11-07 08:44:08 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "mclock.app.js" , "url" : "clock-morphing.js" } ,
{ "name" : "mclock.img" , "url" : "clock-morphing-icon.js" , "evaluate" : true }
2019-11-07 08:44:08 +00:00
] ,
2019-11-09 20:31:03 +00:00
"sortorder" : -9
2019-11-07 08:44:08 +00:00
} ,
2019-11-09 20:34:30 +00:00
{ "id" : "setting" ,
"name" : "Settings" ,
"icon" : "settings.png" ,
2020-04-20 09:59:18 +00:00
"version" : "0.18" ,
2020-02-05 15:45:41 +00:00
"description" : "A menu for setting up Bangle.js" ,
2019-11-09 20:34:30 +00:00
"tags" : "tool,system" ,
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "setting.app.js" , "url" : "settings.js" } ,
2020-04-03 20:43:38 +00:00
{ "name" : "setting.boot.js" , "url" : "boot.js" } ,
2020-02-28 11:44:25 +00:00
{ "name" : "setting.img" , "url" : "settings-icon.js" , "evaluate" : true }
2019-11-09 20:34:30 +00:00
] ,
"sortorder" : -2
} ,
2020-02-12 10:48:14 +00:00
{ "id" : "alarm" ,
"name" : "Default Alarm" ,
2020-02-28 11:44:25 +00:00
"shortName" : "Alarms" ,
2020-02-12 10:48:14 +00:00
"icon" : "app.png" ,
2020-04-17 19:39:27 +00:00
"version" : "0.07" ,
2020-02-12 10:48:14 +00:00
"description" : "Set and respond to alarms" ,
2020-02-13 09:14:42 +00:00
"tags" : "tool,alarm,widget" ,
2020-02-12 10:48:14 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "alarm.app.js" , "url" : "app.js" } ,
2020-03-31 14:04:51 +00:00
{ "name" : "alarm.boot.js" , "url" : "boot.js" } ,
2020-02-28 15:34:31 +00:00
{ "name" : "alarm.js" , "url" : "alarm.js" } ,
2020-02-28 11:44:25 +00:00
{ "name" : "alarm.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "alarm.wid.js" , "url" : "widget.js" }
2020-04-17 19:39:27 +00:00
] ,
"data" : [
{ "name" : "alarm.json" }
2020-02-12 10:48:14 +00:00
]
} ,
2019-11-07 22:24:20 +00:00
{ "id" : "wclock" ,
"name" : "Word Clock" ,
"icon" : "clock-word.png" ,
2020-01-17 11:43:26 +00:00
"version" : "0.02" ,
2019-11-07 22:24:20 +00:00
"description" : "Display Time as Text" ,
"tags" : "clock" ,
"type" : "clock" ,
2019-12-03 11:45:55 +00:00
"allow_emulator" : true ,
2019-11-07 22:24:20 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "wclock.app.js" , "url" : "clock-word.js" } ,
{ "name" : "wclock.img" , "url" : "clock-word-icon.js" , "evaluate" : true }
2019-11-07 22:24:20 +00:00
]
} ,
2020-04-25 10:11:07 +00:00
{ "id" : "impwclock" ,
"name" : "Imprecise Word Clock" ,
"icon" : "clock-impword.png" ,
"version" : "0.01" ,
"description" : "Imprecise word clock for vacations, weekends, and those who never need accurate time." ,
"tags" : "clock" ,
"type" : "clock" ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "impwclock.app.js" , "url" : "clock-impword.js" } ,
{ "name" : "impwclock.img" , "url" : "clock-impword-icon.js" , "evaluate" : true }
]
} ,
2019-11-11 13:01:47 +00:00
{ "id" : "aclock" ,
"name" : "Analog Clock" ,
"icon" : "clock-analog.png" ,
2020-04-04 17:54:57 +00:00
"version" : "0.11" ,
2019-11-11 13:01:47 +00:00
"description" : "An Analog Clock" ,
"tags" : "clock" ,
"type" : "clock" ,
2019-12-03 11:45:55 +00:00
"allow_emulator" : true ,
2019-11-11 13:01:47 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "aclock.app.js" , "url" : "clock-analog.js" } ,
{ "name" : "aclock.img" , "url" : "clock-analog-icon.js" , "evaluate" : true }
2019-11-11 13:01:47 +00:00
]
} ,
2020-03-06 16:09:45 +00:00
{ "id" : "clock2x3" ,
"name" : "2x3 Pixel Clock" ,
"icon" : "clock2x3.png" ,
"version" : "0.04" ,
"description" : "This is a simple clock using minimalist 2x3 pixel numerical digits" ,
2019-12-05 14:48:36 +00:00
"tags" : "clock" ,
2020-03-06 16:09:45 +00:00
"type" : "clock" ,
2020-02-13 10:50:04 +00:00
"allow_emulator" : true ,
2019-12-05 14:48:36 +00:00
"storage" : [
2020-03-06 16:09:45 +00:00
{ "name" : "clock2x3.app.js" , "url" : "clock2x3-app.js" } ,
{ "name" : "clock2x3.img" , "url" : "clock2x3-icon.js" , "evaluate" : true }
2019-12-05 14:48:36 +00:00
]
} ,
2019-10-30 17:33:58 +00:00
{ "id" : "trex" ,
"name" : "T-Rex" ,
"icon" : "trex.png" ,
2019-12-05 14:48:36 +00:00
"version" : "0.01" ,
2019-10-30 17:33:58 +00:00
"description" : "T-Rex game in the style of Chrome's offline game" ,
"tags" : "game" ,
2019-12-03 11:45:55 +00:00
"allow_emulator" : true ,
2019-10-30 17:33:58 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "trex.app.js" , "url" : "trex.js" } ,
{ "name" : "trex.img" , "url" : "trex-icon.js" , "evaluate" : true }
2019-10-30 17:33:58 +00:00
]
} ,
2019-11-07 09:50:03 +00:00
{ "id" : "astroid" ,
"name" : "Asteroids!" ,
"icon" : "asteroids.png" ,
2019-12-05 14:48:36 +00:00
"version" : "0.01" ,
2019-11-07 09:50:03 +00:00
"description" : "Retro asteroids game" ,
"tags" : "game" ,
2019-12-03 11:45:55 +00:00
"allow_emulator" : true ,
2019-11-07 09:50:03 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "astroid.app.js" , "url" : "asteroids.js" } ,
{ "name" : "astroid.img" , "url" : "asteroids-icon.js" , "evaluate" : true }
2019-11-07 09:50:03 +00:00
]
} ,
2019-11-13 11:42:17 +00:00
{ "id" : "clickms" ,
2019-11-12 17:55:13 +00:00
"name" : "Click Master" ,
"icon" : "click-master.png" ,
2019-12-05 14:48:36 +00:00
"version" : "0.01" ,
2019-11-12 17:55:13 +00:00
"description" : "Get several friends to start the game, then compete to see who can press BTN1 the most!" ,
"tags" : "game" ,
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "clickms.app.js" , "url" : "click-master.js" } ,
{ "name" : "clickms.img" , "url" : "click-master-icon.js" , "evaluate" : true }
2019-11-12 17:55:13 +00:00
]
} ,
2019-11-13 11:42:17 +00:00
{ "id" : "horsey" ,
2019-11-12 19:14:14 +00:00
"name" : "Horse Race!" ,
"icon" : "horse-race.png" ,
2019-12-05 14:48:36 +00:00
"version" : "0.01" ,
2019-11-12 19:14:14 +00:00
"description" : "Get several friends to start the game, then compete to see who can press BTN1 the most!" ,
"tags" : "game" ,
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "horsey.app.js" , "url" : "horse-race.js" } ,
{ "name" : "horsey.img" , "url" : "horse-race-icon.js" , "evaluate" : true }
2019-11-12 19:14:14 +00:00
]
} ,
2019-10-30 17:33:58 +00:00
{ "id" : "compass" ,
"name" : "Compass" ,
"icon" : "compass.png" ,
2020-04-17 14:40:25 +00:00
"version" : "0.02" ,
2019-10-30 17:33:58 +00:00
"description" : "Simple compass that points North" ,
"tags" : "tool,outdoors" ,
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "compass.app.js" , "url" : "compass.js" } ,
{ "name" : "compass.img" , "url" : "compass-icon.js" , "evaluate" : true }
2019-10-30 17:33:58 +00:00
]
2019-10-30 20:34:41 +00:00
} ,
{ "id" : "gpstime" ,
"name" : "GPS Time" ,
"icon" : "gpstime.png" ,
2020-02-24 17:04:01 +00:00
"version" : "0.03" ,
2019-10-30 20:34:41 +00:00
"description" : "Update the Bangle.js's clock based on the time from the GPS receiver" ,
2020-02-07 17:16:45 +00:00
"tags" : "tool,gps" ,
2019-10-30 20:34:41 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "gpstime.app.js" , "url" : "gpstime.js" } ,
{ "name" : "gpstime.img" , "url" : "gpstime-icon.js" , "evaluate" : true }
2019-10-30 20:34:41 +00:00
]
} ,
{ "id" : "openloc" ,
"name" : "Open Location / Plus Codes" ,
2020-02-28 14:17:22 +00:00
"shortName" : "Open Location" ,
"icon" : "app.png" ,
2019-12-05 14:48:36 +00:00
"version" : "0.01" ,
2019-10-30 20:34:41 +00:00
"description" : "Convert your current GPS location to a series of characters" ,
2020-02-07 17:16:45 +00:00
"tags" : "tool,outdoors,gps" ,
2019-10-30 20:34:41 +00:00
"storage" : [
2020-02-28 14:17:22 +00:00
{ "name" : "openloc.app.js" , "url" : "app.js" } ,
{ "name" : "openloc.img" , "url" : "app-icon.js" , "evaluate" : true }
2019-10-30 20:34:41 +00:00
]
} ,
{ "id" : "speedo" ,
"name" : "Speedo" ,
"icon" : "speedo.png" ,
2019-12-05 14:48:36 +00:00
"version" : "0.01" ,
2019-10-30 20:34:41 +00:00
"description" : "Show the current speed according to the GPS" ,
2020-02-07 17:16:45 +00:00
"tags" : "tool,outdoors,gps" ,
2019-10-30 20:34:41 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "speedo.app.js" , "url" : "speedo.js" } ,
{ "name" : "speedo.img" , "url" : "speedo-icon.js" , "evaluate" : true }
2019-10-30 20:34:41 +00:00
]
} ,
2020-02-07 17:16:45 +00:00
{ "id" : "gpsrec" ,
"name" : "GPS Recorder" ,
"icon" : "app.png" ,
2020-04-17 19:42:29 +00:00
"version" : "0.08" ,
2020-02-07 17:16:45 +00:00
"interface" : "interface.html" ,
"description" : "Application that allows you to record a GPS track. Can run in background" ,
2020-02-13 09:14:42 +00:00
"tags" : "tool,outdoors,gps,widget" ,
2020-02-07 17:16:45 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "gpsrec.app.js" , "url" : "app.js" } ,
{ "name" : "gpsrec.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "gpsrec.wid.js" , "url" : "widget.js" }
2020-04-17 19:42:29 +00:00
] ,
"data" : [
{ "name" : "gpsrec.json" } ,
{ "wildcard" : ".gpsrc?" , "storageFile" : true }
2020-02-07 17:16:45 +00:00
]
} ,
2020-04-18 13:44:00 +00:00
{ "id" : "gpsnav" ,
"name" : "GPS Navigation" ,
"icon" : "icon.png" ,
"version" : "0.01" ,
"description" : "Displays GPS Course and Speed, + Directions to waypoint and waypoint recording" ,
"tags" : "tool,outdoors,gps" ,
2020-04-21 19:22:26 +00:00
"readme" : "README.md" ,
2020-04-18 13:44:00 +00:00
"storage" : [
{ "name" : "gpsnav.app.js" , "url" : "app.js" } ,
{ "name" : "waypoints.json" , "url" : "waypoints.json" , "evaluate" : false } ,
{ "name" : "gpsnav.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-02-07 17:16:45 +00:00
]
} ,
2020-03-09 12:24:38 +00:00
{ "id" : "heart" ,
"name" : "Heart Rate Recorder" ,
"icon" : "app.png" ,
2020-04-17 19:45:48 +00:00
"version" : "0.02" ,
2020-03-09 12:24:38 +00:00
"interface" : "interface.html" ,
"description" : "Application that allows you to record your heart rate. Can run in background" ,
"tags" : "tool,health,widget" ,
"storage" : [
{ "name" : "heart.app.js" , "url" : "app.js" } ,
{ "name" : "heart.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "heart.wid.js" , "url" : "widget.js" }
2020-04-17 19:45:48 +00:00
] ,
"data" : [
{ "name" : "heart.json" } ,
{ "wildcard" : ".heart?" , "storageFile" : true }
2020-03-09 12:24:38 +00:00
]
} ,
2019-10-30 20:34:41 +00:00
{ "id" : "slevel" ,
"name" : "Spirit Level" ,
"icon" : "spiritlevel.png" ,
2019-12-05 14:48:36 +00:00
"version" : "0.01" ,
2019-10-30 20:34:41 +00:00
"description" : "Show the current angle of the watch, so you can use it to make sure something is absolutely flat" ,
"tags" : "tool" ,
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "slevel.app.js" , "url" : "spiritlevel.js" } ,
{ "name" : "slevel.img" , "url" : "spiritlevel-icon.js" , "evaluate" : true }
2019-11-06 17:25:02 +00:00
]
} ,
2019-11-07 08:44:08 +00:00
{ "id" : "files" ,
"name" : "App Manager" ,
"icon" : "files.png" ,
2020-04-17 22:51:22 +00:00
"version" : "0.03" ,
2019-11-07 08:44:08 +00:00
"description" : "Show currently installed apps, free space, and allow their deletion from the watch" ,
2020-04-09 08:03:42 +00:00
"tags" : "tool,system,files" ,
2019-11-07 08:44:08 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "files.app.js" , "url" : "files.js" } ,
{ "name" : "files.img" , "url" : "files-icon.js" , "evaluate" : true }
2019-11-07 08:44:08 +00:00
]
} ,
2020-04-21 21:18:21 +00:00
{ "id" : "weather" ,
"name" : "Weather" ,
"icon" : "icon.png" ,
"version" : "0.01" ,
"description" : "Show Gadgetbridge weather report" ,
"readme" : "readme.md" ,
"tags" : "widget,outdoors" ,
"storage" : [
{ "name" : "weather.app.js" , "url" : "app.js" } ,
{ "name" : "weather.wid.js" , "url" : "widget.js" } ,
{ "name" : "weather" , "url" : "lib.js" } ,
{ "name" : "weather.img" , "url" : "icon.js" , "evaluate" : true }
] ,
"data" : [
{ "name" : "weather.json" }
]
} ,
2020-02-28 11:44:25 +00:00
{ "id" : "widbat" ,
2019-11-06 17:25:02 +00:00
"name" : "Battery Level Widget" ,
2020-02-28 11:44:25 +00:00
"icon" : "widget.png" ,
2020-04-15 13:30:51 +00:00
"version" : "0.05" ,
2019-11-06 17:25:02 +00:00
"description" : "Show the current battery level and charging status in the top right of the clock" ,
"tags" : "widget,battery" ,
2019-11-07 21:49:47 +00:00
"type" : "widget" ,
2019-11-06 17:25:02 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "widbat.wid.js" , "url" : "widget.js" }
2019-11-06 17:25:02 +00:00
]
} ,
2020-04-02 07:34:47 +00:00
{ "id" : "widbatpc" ,
"name" : "Battery Level Widget (with percentage)" ,
2020-04-02 23:41:57 +00:00
"shortName" : "Battery Widget" ,
2020-04-02 07:34:47 +00:00
"icon" : "widget.png" ,
2020-04-20 09:59:18 +00:00
"version" : "0.11" ,
2020-04-02 07:34:47 +00:00
"description" : "Show the current battery level and charging status in the top right of the clock, with charge percentage" ,
"tags" : "widget,battery" ,
"type" : "widget" ,
"storage" : [
2020-04-02 23:41:57 +00:00
{ "name" : "widbatpc.wid.js" , "url" : "widget.js" } ,
2020-04-17 19:25:56 +00:00
{ "name" : "widbatpc.settings.js" , "url" : "settings.js" }
] ,
"data" : [
{ "name" : "widbatpc.json" }
2020-04-02 07:34:47 +00:00
]
} ,
2020-02-28 11:44:25 +00:00
{ "id" : "widbt" ,
2019-11-07 22:24:20 +00:00
"name" : "Bluetooth Widget" ,
2020-02-28 11:44:25 +00:00
"icon" : "widget.png" ,
2020-04-15 09:50:07 +00:00
"version" : "0.04" ,
2019-11-07 09:17:24 +00:00
"description" : "Show the current Bluetooth connection status in the top right of the clock" ,
"tags" : "widget,bluetooth" ,
2019-11-07 21:49:47 +00:00
"type" : "widget" ,
2019-11-07 09:17:24 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "widbt.wid.js" , "url" : "widget.js" }
2019-11-07 09:17:24 +00:00
]
} ,
2020-04-15 13:31:45 +00:00
{ "id" : "widram" ,
"name" : "RAM Widget" ,
"shortName" : "RAM Widget" ,
"icon" : "widget.png" ,
"version" : "0.01" ,
"description" : "Display your Bangle's available RAM percentage in a widget" ,
"tags" : "widget" ,
"type" : "widget" ,
"storage" : [
{ "name" : "widram.wid.js" , "url" : "widget.js" }
]
} ,
2019-11-06 22:12:54 +00:00
{ "id" : "hrm" ,
"name" : "Heart Rate Monitor" ,
"icon" : "heartrate.png" ,
2019-12-05 14:48:36 +00:00
"version" : "0.01" ,
2019-11-06 22:12:54 +00:00
"description" : "Measure your current heart rate" ,
"tags" : "health" ,
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "hrm.app.js" , "url" : "heartrate.js" } ,
{ "name" : "hrm.img" , "url" : "heartrate-icon.js" , "evaluate" : true }
2019-11-06 22:12:54 +00:00
]
} ,
2020-02-28 11:44:25 +00:00
{ "id" : "widhrm" ,
2020-02-13 12:08:35 +00:00
"name" : "Simple Heart Rate widget" ,
"icon" : "widget.png" ,
2020-03-09 14:30:56 +00:00
"version" : "0.03" ,
2020-02-13 13:50:06 +00:00
"description" : "When the screen is on, the widget turns on the heart rate monitor and displays the current heart rate (or last known in grey). For this to work well you'll need at least a 15 second LCD Timeout." ,
2020-02-13 12:08:35 +00:00
"tags" : "health,widget" ,
2020-02-28 14:17:22 +00:00
"type" : "widget" ,
2020-02-13 12:08:35 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "widhrm.wid.js" , "url" : "widget.js" }
2020-02-13 12:08:35 +00:00
]
} ,
2020-01-20 00:59:27 +00:00
{ "id" : "stetho" ,
"name" : "Stethoscope" ,
"icon" : "stetho.png" ,
2020-03-05 13:15:27 +00:00
"version" : "0.01" ,
2020-01-20 00:59:27 +00:00
"description" : "Hear your heart rate" ,
"tags" : "health" ,
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "stetho.app.js" , "url" : "stetho.js" } ,
{ "name" : "stetho.img" , "url" : "stetho-icon.js" , "evaluate" : true }
2020-01-20 00:59:27 +00:00
]
} ,
2019-11-06 22:12:54 +00:00
{ "id" : "swatch" ,
"name" : "Stopwatch" ,
"icon" : "stopwatch.png" ,
2020-04-23 09:53:09 +00:00
"version" : "0.07" ,
2020-04-03 14:15:06 +00:00
"interface" : "interface.html" ,
2020-03-28 08:03:37 +00:00
"description" : "Simple stopwatch with Lap Time logging to a JSON file" ,
2019-11-06 22:12:54 +00:00
"tags" : "health" ,
2019-12-03 11:45:55 +00:00
"allow_emulator" : true ,
2020-04-07 07:59:24 +00:00
"readme" : "README.md" ,
2019-11-06 22:12:54 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "swatch.app.js" , "url" : "stopwatch.js" } ,
{ "name" : "swatch.img" , "url" : "stopwatch-icon.js" , "evaluate" : true }
2019-11-06 22:12:54 +00:00
]
} ,
2019-11-07 20:24:57 +00:00
{ "id" : "hidmsic" ,
"name" : "Bluetooth Music Controls" ,
2020-02-28 14:17:22 +00:00
"shortName" : "Music Control" ,
2019-11-07 20:24:57 +00:00
"icon" : "hid-music.png" ,
2019-12-05 14:48:36 +00:00
"version" : "0.01" ,
2019-11-07 20:24:57 +00:00
"description" : "Enable HID in settings, pair with your phone, then use this app to control music from your watch!" ,
"tags" : "bluetooth" ,
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "hidmsic.app.js" , "url" : "hid-music.js" } ,
{ "name" : "hidmsic.img" , "url" : "hid-music-icon.js" , "evaluate" : true }
2019-11-07 20:24:57 +00:00
]
} ,
{ "id" : "hidkbd" ,
"name" : "Bluetooth Keyboard" ,
2020-02-28 14:17:22 +00:00
"shortName" : "Bluetooth Kbd" ,
2019-11-07 20:24:57 +00:00
"icon" : "hid-keyboard.png" ,
2019-12-05 14:48:36 +00:00
"version" : "0.01" ,
2019-11-07 20:24:57 +00:00
"description" : "Enable HID in settings, pair with your phone/PC, then use this app to control other apps" ,
"tags" : "bluetooth" ,
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "hidkbd.app.js" , "url" : "hid-keyboard.js" } ,
{ "name" : "hidkbd.img" , "url" : "hid-keyboard-icon.js" , "evaluate" : true }
2019-11-07 20:24:57 +00:00
]
} ,
2019-11-13 17:22:23 +00:00
{ "id" : "hidbkbd" ,
"name" : "Binary Bluetooth Keyboard" ,
2020-02-28 14:17:22 +00:00
"shortName" : "Binary BT Kbd" ,
2019-11-13 17:22:23 +00:00
"icon" : "hid-binary-keyboard.png" ,
2019-12-05 14:48:36 +00:00
"version" : "0.01" ,
2019-11-13 17:22:23 +00:00
"description" : "Enable HID in settings, pair with your phone/PC, then type messages using the onscreen keyboard by tapping repeatedly on the key you want" ,
"tags" : "bluetooth" ,
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "hidbkbd.app.js" , "url" : "hid-binary-keyboard.js" } ,
{ "name" : "hidbkbd.img" , "url" : "hid-binary-keyboard-icon.js" , "evaluate" : true }
2019-11-13 17:22:23 +00:00
]
} ,
2019-11-07 08:44:08 +00:00
{ "id" : "animals" ,
"name" : "Animals Game" ,
"icon" : "animals.png" ,
2019-12-05 14:48:36 +00:00
"version" : "0.01" ,
2019-11-07 08:44:08 +00:00
"description" : "Simple toddler's game - displays a different number of animals each time the screen is pressed" ,
"tags" : "game" ,
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "animals.app.js" , "url" : "animals.js" } ,
{ "name" : "animals.img" , "url" : "animals-icon.js" , "evaluate" : true } ,
{ "name" : "animals-snake.img" , "url" : "animals-snake.js" , "evaluate" : true } ,
{ "name" : "animals-duck.img" , "url" : "animals-duck.js" , "evaluate" : true } ,
{ "name" : "animals-swan.img" , "url" : "animals-swan.js" , "evaluate" : true } ,
{ "name" : "animals-fox.img" , "url" : "animals-fox.js" , "evaluate" : true } ,
{ "name" : "animals-camel.img" , "url" : "animals-camel.js" , "evaluate" : true } ,
{ "name" : "animals-pig.img" , "url" : "animals-pig.js" , "evaluate" : true } ,
{ "name" : "animals-sheep.img" , "url" : "animals-sheep.js" , "evaluate" : true } ,
{ "name" : "animals-mouse.img" , "url" : "animals-mouse.js" , "evaluate" : true }
2020-02-04 16:15:37 +00:00
]
2019-11-07 08:44:08 +00:00
} ,
2019-11-06 17:25:02 +00:00
{ "id" : "qrcode" ,
"name" : "Custom QR Code" ,
"icon" : "qrcode.png" ,
2019-12-05 14:48:36 +00:00
"version" : "0.01" ,
2019-11-06 17:25:02 +00:00
"description" : "Use this to upload a customised QR code to Bangle.js" ,
"tags" : "" ,
"custom" : "qrcode.html" ,
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "qrcode.app.js" } ,
2020-02-28 14:17:22 +00:00
{ "name" : "qrcode.img" }
2019-10-30 20:34:41 +00:00
]
2019-11-06 21:35:14 +00:00
} ,
{ "id" : "beer" ,
"name" : "Beer Compass" ,
"icon" : "beercompass.png" ,
2019-12-05 14:48:36 +00:00
"version" : "0.01" ,
2019-11-06 21:35:14 +00:00
"description" : "Uploads all the pubs in an area onto your watch, so it can always point you at the nearest one" ,
"tags" : "" ,
"custom" : "beercompass.html" ,
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "beer.app.js" } ,
2020-02-28 14:17:22 +00:00
{ "name" : "beer.img" }
2019-11-06 21:35:14 +00:00
]
2019-11-06 21:51:47 +00:00
} ,
{ "id" : "route" ,
"name" : "Route Viewer" ,
"icon" : "route.png" ,
2019-12-05 14:48:36 +00:00
"version" : "0.01" ,
2019-11-06 21:51:47 +00:00
"description" : "Upload a KML file of a route, and have your watch display a map with how far around it you are" ,
"tags" : "" ,
"custom" : "route.html" ,
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "route.app.js" } ,
2020-02-28 14:17:22 +00:00
{ "name" : "route.img" }
2019-11-06 21:51:47 +00:00
]
2019-11-08 15:22:33 +00:00
} ,
2019-11-09 20:31:03 +00:00
{
2020-01-17 11:43:26 +00:00
"id" : "ncstart" ,
2019-11-09 20:31:03 +00:00
"name" : "NCEU Startup" ,
"icon" : "start.png" ,
2020-04-17 19:49:57 +00:00
"version" : "0.05" ,
2020-01-17 11:43:26 +00:00
"description" : "NodeConfEU 2019 'First Start' Sequence" ,
2020-02-28 14:17:22 +00:00
"tags" : "start,welcome" ,
2019-11-09 20:31:03 +00:00
"storage" : [
2020-02-28 14:17:22 +00:00
{ "name" : "ncstart.app.js" , "url" : "start.js" } ,
2020-04-04 17:31:49 +00:00
{ "name" : "ncstart.boot.js" , "url" : "boot.js" } ,
{ "name" : "ncstart.settings.js" , "url" : "settings.js" } ,
2020-02-28 11:44:25 +00:00
{ "name" : "ncstart.img" , "url" : "start-icon.js" , "evaluate" : true } ,
2020-02-28 14:17:22 +00:00
{ "name" : "nc-bangle.img" , "url" : "start-bangle.js" , "evaluate" : true } ,
{ "name" : "nc-nceu.img" , "url" : "start-nceu.js" , "evaluate" : true } ,
{ "name" : "nc-nfr.img" , "url" : "start-nfr.js" , "evaluate" : true } ,
{ "name" : "nc-nodew.img" , "url" : "start-nodew.js" , "evaluate" : true } ,
{ "name" : "nc-tf.img" , "url" : "start-tf.js" , "evaluate" : true }
2020-04-17 19:49:57 +00:00
] ,
"data" : [
{ "name" : "ncstart.json" }
2020-02-04 16:15:37 +00:00
]
2019-11-09 20:31:03 +00:00
} ,
2020-01-17 11:43:26 +00:00
{ "id" : "ncfrun" ,
2019-11-09 20:34:30 +00:00
"name" : "NCEU 5K Fun Run" ,
2019-11-08 15:22:33 +00:00
"icon" : "nceu-funrun.png" ,
2019-12-05 14:48:36 +00:00
"version" : "0.01" ,
2019-11-08 15:22:33 +00:00
"description" : "Display a map of the NodeConf EU 2019 5K Fun Run route and your location on it" ,
"tags" : "health" ,
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "ncfrun.app.js" , "url" : "nceu-funrun.js" } ,
{ "name" : "ncfrun.img" , "url" : "nceu-funrun-icon.js" , "evaluate" : true }
2020-02-04 16:15:37 +00:00
]
2019-11-09 20:31:03 +00:00
} ,
2020-02-28 11:44:25 +00:00
{ "id" : "widnceu" ,
2019-11-09 20:34:30 +00:00
"name" : "NCEU Logo Widget" ,
2020-02-28 11:44:25 +00:00
"icon" : "widget.png" ,
2020-03-05 13:15:27 +00:00
"version" : "0.02" ,
2019-11-09 20:31:03 +00:00
"description" : "Show the NodeConf EU logo in the top left" ,
"tags" : "widget" ,
"type" : "widget" ,
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "widnceu.wid.js" , "url" : "widget.js" }
2020-02-04 16:15:37 +00:00
]
2019-11-10 09:47:13 +00:00
} ,
2019-11-11 15:23:50 +00:00
{ "id" : "sclock" ,
2020-02-07 14:02:00 +00:00
"name" : "Simple Clock" ,
2019-11-10 09:47:13 +00:00
"icon" : "clock-simple.png" ,
2020-02-07 14:02:00 +00:00
"version" : "0.04" ,
"description" : "A Simple Digital Clock" ,
2019-12-03 23:34:18 +00:00
"tags" : "clock" ,
2019-11-10 09:47:13 +00:00
"type" : "clock" ,
2019-12-03 11:45:55 +00:00
"allow_emulator" : true ,
2019-11-10 09:47:13 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "sclock.app.js" , "url" : "clock-simple.js" } ,
{ "name" : "sclock.img" , "url" : "clock-simple-icon.js" , "evaluate" : true }
2019-11-11 15:23:50 +00:00
]
} ,
2020-03-27 23:53:38 +00:00
{ "id" : "dclock" ,
"name" : "Dev Clock" ,
"icon" : "clock-dev.png" ,
2020-03-28 22:13:51 +00:00
"version" : "0.09" ,
2020-03-27 23:53:38 +00:00
"description" : "A Digital Clock including timestamp (tst), beats(@), days in current month (dm) and days since new moon (l)" ,
"tags" : "clock" ,
"type" : "clock" ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "dclock.app.js" , "url" : "clock-dev.js" } ,
{ "name" : "dclock.img" , "url" : "clock-dev-icon.js" , "evaluate" : true }
]
} ,
2019-11-11 15:23:50 +00:00
{ "id" : "gesture" ,
"name" : "Gesture Test" ,
"icon" : "gesture.png" ,
2019-12-05 14:48:36 +00:00
"version" : "0.01" ,
2019-11-11 15:23:50 +00:00
"description" : "BETA! Uploads a basic Tensorflow Gesture model, and then outputs each gesture as a message" ,
"tags" : "gesture,ai" ,
"type" : "app" ,
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "gesture.app.js" , "url" : "gesture.js" } ,
2019-11-11 15:23:50 +00:00
{ "name" : ".tfnames" , "url" : "gesture-tfnames.js" , "evaluate" : true } ,
{ "name" : ".tfmodel" , "url" : "gesture-tfmodel.js" , "evaluate" : true } ,
2020-02-28 11:44:25 +00:00
{ "name" : "gesture.img" , "url" : "gesture-icon.js" , "evaluate" : true }
2019-11-10 09:47:13 +00:00
]
2019-11-11 18:06:29 +00:00
} ,
{ "id" : "pparrot" ,
"name" : "Party Parrot" ,
"icon" : "party-parrot.png" ,
2019-12-05 14:48:36 +00:00
"version" : "0.01" ,
2019-11-11 18:06:29 +00:00
"description" : "Party with a parrot on your wrist" ,
"tags" : "party,parrot,lol" ,
"type" : "app" ,
2019-12-03 11:45:55 +00:00
"allow_emulator" : true ,
2019-11-11 18:06:29 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "pparrot.app.js" , "url" : "party-parrot.js" } ,
{ "name" : "pparrot.img" , "url" : "party-parrot-icon.js" , "evaluate" : true }
2019-11-11 18:20:45 +00:00
]
} ,
2019-11-13 11:42:17 +00:00
{ "id" : "hrings" ,
2019-11-12 16:31:44 +00:00
"name" : "Hypno Rings" ,
2019-11-12 17:05:31 +00:00
"icon" : "hypno-rings.png" ,
2019-12-05 14:48:36 +00:00
"version" : "0.01" ,
2019-11-12 16:31:44 +00:00
"description" : "Experiment with trippy rings, press buttons for change" ,
"tags" : "rings,hypnosis,psychadelic" ,
2019-11-13 11:42:17 +00:00
"type" : "app" ,
2019-12-03 11:45:55 +00:00
"allow_emulator" : true ,
2019-11-13 11:09:41 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "hrings.app.js" , "url" : "hypno-rings.js" } ,
{ "name" : "hrings.img" , "url" : "hypno-rings-icon.js" , "evaluate" : true }
2019-11-12 16:31:44 +00:00
]
} ,
2019-11-13 11:42:17 +00:00
{ "id" : "morse" ,
2019-11-13 01:34:58 +00:00
"name" : "Morse Code" ,
"icon" : "morse-code.png" ,
2019-12-05 14:48:36 +00:00
"version" : "0.01" ,
2019-11-13 01:34:58 +00:00
"description" : "Learn morse code by hearing/seeing/feeling the code. Tap to toggle buzz!" ,
"tags" : "morse,sound,visual,input" ,
2019-11-13 11:42:17 +00:00
"type" : "app" ,
2019-11-13 11:09:41 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "morse.app.js" , "url" : "morse-code.js" } ,
{ "name" : "morse.img" , "url" : "morse-code-icon.js" , "evaluate" : true }
2019-11-13 01:34:58 +00:00
]
} ,
2019-11-11 16:59:02 +00:00
{
"id" : "blescan" ,
"name" : "BLE Scanner" ,
"icon" : "blescan.png" ,
2019-12-05 14:48:36 +00:00
"version" : "0.01" ,
2019-11-11 16:59:02 +00:00
"description" : "Scan for advertising BLE devices" ,
"tags" : "bluetooth" ,
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "blescan.app.js" , "url" : "blescan.js" } ,
{ "name" : "blescan.img" , "url" : "blescan-icon.js" , "evaluate" : true }
2019-11-11 18:06:29 +00:00
]
2019-11-11 22:02:02 +00:00
} ,
{ "id" : "mmonday" ,
"name" : "Manic Monday Tone" ,
"icon" : "manic-monday-icon.png" ,
2020-03-25 11:05:33 +00:00
"version" : "0.02" ,
2019-11-11 22:02:02 +00:00
"description" : "The Bangles make a comeback" ,
"tags" : "sound" ,
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "mmonday.app.js" , "url" : "manic-monday.js" } ,
{ "name" : "mmonday.img" , "url" : "manic-monday-icon.js" , "evaluate" : true }
2019-11-11 22:07:45 +00:00
]
2019-11-12 10:16:09 +00:00
} ,
{ "id" : "jbells" ,
"name" : "Jingle Bells" ,
"icon" : "jbells.png" ,
2019-12-05 14:48:36 +00:00
"version" : "0.01" ,
2019-11-12 10:16:09 +00:00
"description" : "Play Jingle Bells" ,
"tags" : "sound" ,
"type" : "app" ,
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "jbells.app.js" , "url" : "jbells.js" } ,
{ "name" : "jbells.img" , "url" : "jbells-icon.js" , "evaluate" : true }
2019-11-12 10:16:09 +00:00
]
2019-11-12 16:42:18 +00:00
} ,
{ "id" : "scolor" ,
"name" : "Show Color" ,
"icon" : "show-color.png" ,
2019-12-05 14:48:36 +00:00
"version" : "0.01" ,
2019-11-12 16:51:15 +00:00
"description" : "Display all available Colors and Names" ,
"tags" : "tool" ,
2019-11-12 16:42:18 +00:00
"type" : "app" ,
2019-12-03 11:45:55 +00:00
"allow_emulator" : true ,
2019-11-12 16:42:18 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "scolor.app.js" , "url" : "show-color.js" } ,
{ "name" : "scolor.img" , "url" : "show-color-icon.js" , "evaluate" : true }
2019-11-12 16:42:18 +00:00
]
2019-11-13 10:50:05 +00:00
} ,
2019-11-13 10:58:43 +00:00
{ "id" : "miclock" ,
2019-11-13 11:03:17 +00:00
"name" : "Mixed Clock" ,
2019-11-13 10:50:05 +00:00
"icon" : "clock-mixed.png" ,
2020-04-03 18:41:33 +00:00
"version" : "0.04" ,
2019-11-13 11:03:17 +00:00
"description" : "A mix of analog and digital Clock" ,
2019-11-13 17:57:47 +00:00
"tags" : "clock" ,
2019-11-13 10:50:05 +00:00
"type" : "clock" ,
2019-12-03 11:45:55 +00:00
"allow_emulator" : true ,
2019-11-13 10:50:05 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "miclock.app.js" , "url" : "clock-mixed.js" } ,
{ "name" : "miclock.img" , "url" : "clock-mixed-icon.js" , "evaluate" : true }
2019-11-13 10:50:05 +00:00
]
2019-11-13 17:29:17 +00:00
} ,
2019-11-13 11:42:17 +00:00
{ "id" : "bclock" ,
2019-11-12 22:16:03 +00:00
"name" : "Binary Clock" ,
"icon" : "clock-binary.png" ,
2020-01-17 11:43:26 +00:00
"version" : "0.02" ,
2019-11-12 22:16:03 +00:00
"description" : "A simple binary clock watch face" ,
"tags" : "clock" ,
2019-11-13 11:42:17 +00:00
"type" : "clock" ,
2019-12-03 11:45:55 +00:00
"allow_emulator" : true ,
2019-11-13 11:42:17 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "bclock.app.js" , "url" : "clock-binary.js" } ,
{ "name" : "bclock.img" , "url" : "clock-binary-icon.js" , "evaluate" : true }
2019-11-12 22:16:03 +00:00
]
2019-11-13 10:26:07 +00:00
} ,
2019-11-13 11:42:17 +00:00
{ "id" : "clotris" ,
2019-11-12 19:17:17 +00:00
"name" : "Clock-Tris" ,
"icon" : "clock-tris.png" ,
2019-12-05 14:48:36 +00:00
"version" : "0.01" ,
2019-11-12 19:17:17 +00:00
"description" : "A fully functional clone of a classic game of falling blocks" ,
2019-11-13 17:43:59 +00:00
"tags" : "game" ,
2019-12-03 11:45:55 +00:00
"allow_emulator" : true ,
2019-11-12 19:17:17 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "clotris.app.js" , "url" : "clock-tris.js" } ,
{ "name" : "clotris.img" , "url" : "clock-tris-icon.js" , "evaluate" : true } ,
2019-11-13 11:42:17 +00:00
{ "name" : ".trishig" , "url" : "clock-tris-high" }
2019-11-13 11:09:41 +00:00
]
} ,
2019-12-03 17:07:26 +00:00
{ "id" : "flappy" ,
"name" : "Flappy Bird" ,
"icon" : "app.png" ,
2020-01-16 14:13:38 +00:00
"version" : "0.03" ,
2019-12-03 17:07:26 +00:00
"description" : "A Flappy Bird game clone" ,
"tags" : "game" ,
"allow_emulator" : true ,
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "flappy.app.js" , "url" : "app.js" } ,
{ "name" : "flappy.img" , "url" : "app-icon.js" , "evaluate" : true }
2019-12-03 17:07:26 +00:00
]
} ,
2019-11-13 11:09:41 +00:00
{
"id" : "gpsinfo" ,
"name" : "GPS Info" ,
"icon" : "gps-info.png" ,
2020-04-08 10:12:25 +00:00
"version" : "0.03" ,
2019-11-13 11:09:41 +00:00
"description" : "An application that displays information about altitude, lat/lon, satellites and time" ,
"tags" : "gps" ,
"type" : "app" ,
"storage" : [
2020-02-28 14:17:22 +00:00
{ "name" : "gpsinfo.app.js" , "url" : "gps-info.js" } ,
{ "name" : "gpsinfo.img" , "url" : "gps-info-icon.js" , "evaluate" : true }
2019-11-12 19:17:17 +00:00
]
2019-11-14 19:45:04 +00:00
} ,
{
2019-11-26 16:27:19 +00:00
"id" : "pomodo" ,
"name" : "Pomodoro" ,
"icon" : "pomodoro.png" ,
2019-12-05 14:48:36 +00:00
"version" : "0.01" ,
2019-11-26 16:27:19 +00:00
"description" : "A simple pomodoro timer." ,
"tags" : "pomodoro,cooking,tools" ,
2019-11-14 19:45:04 +00:00
"type" : "app" ,
2019-12-03 11:45:55 +00:00
"allow_emulator" : true ,
2019-11-14 19:45:04 +00:00
"storage" : [
2020-02-28 14:17:22 +00:00
{ "name" : "pomodo.app.js" , "url" : "pomodoro.js" } ,
{ "name" : "pomodo.img" , "url" : "pomodoro-icon.js" , "evaluate" : true }
2019-11-16 21:22:26 +00:00
]
2019-12-02 15:57:42 +00:00
} ,
2019-11-16 21:22:26 +00:00
{ "id" : "blobclk" ,
2020-01-17 11:43:26 +00:00
"name" : "Large Digit Blob Clock" ,
2020-02-28 14:17:22 +00:00
"shortName" : "Blob Clock" ,
2019-11-16 21:22:26 +00:00
"icon" : "clock-blob.png" ,
2020-01-17 11:43:26 +00:00
"version" : "0.03" ,
2019-11-16 21:22:26 +00:00
"description" : "A clock with big digits" ,
"tags" : "clock" ,
"type" : "clock" ,
2019-12-03 11:45:55 +00:00
"allow_emulator" : true ,
2019-11-16 21:22:26 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "blobclk.app.js" , "url" : "clock-blob.js" } ,
{ "name" : "blobclk.img" , "url" : "clock-blob-icon.js" , "evaluate" : true }
2019-11-16 21:22:26 +00:00
]
2019-12-09 21:42:29 +00:00
} ,
2020-01-03 07:18:44 +00:00
{ "id" : "boldclk" ,
"name" : "Bold Clock" ,
"icon" : "bold_clock.png" ,
2020-01-17 11:43:26 +00:00
"version" : "0.02" ,
2020-01-03 07:18:44 +00:00
"description" : "Simple, readable and practical clock" ,
"tags" : "clock" ,
"type" : "clock" ,
"allow_emulator" : true ,
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "boldclk.app.js" , "url" : "bold_clock.js" } ,
{ "name" : "boldclk.img" , "url" : "bold_clock-icon.js" , "evaluate" : true }
2020-01-03 07:18:44 +00:00
]
} ,
2020-02-28 11:44:25 +00:00
{ "id" : "widclk" ,
2020-01-03 07:18:44 +00:00
"name" : "Digital clock widget" ,
2020-02-28 11:44:25 +00:00
"icon" : "widget.png" ,
2020-04-15 13:30:51 +00:00
"version" : "0.04" ,
2020-01-03 07:18:44 +00:00
"description" : "A simple digital clock widget" ,
"tags" : "widget,clock" ,
"type" : "widget" ,
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "widclk.wid.js" , "url" : "widget.js" }
2020-01-03 07:18:44 +00:00
]
2020-01-08 11:33:35 +00:00
} ,
2020-02-28 12:18:19 +00:00
{ "id" : "widpedom" ,
2020-01-03 07:18:44 +00:00
"name" : "Pedometer widget" ,
2020-02-28 11:44:25 +00:00
"icon" : "widget.png" ,
2020-04-09 10:05:25 +00:00
"version" : "0.10" ,
2020-01-03 07:18:44 +00:00
"description" : "Daily pedometer widget" ,
"tags" : "widget" ,
"type" : "widget" ,
"storage" : [
2020-04-08 20:30:28 +00:00
{ "name" : "widpedom.wid.js" , "url" : "widget.js" } ,
{ "name" : "widpedom.settings.js" , "url" : "settings.js" }
2020-01-03 07:18:44 +00:00
]
2020-01-08 11:33:35 +00:00
} ,
2019-12-09 21:42:29 +00:00
{ "id" : "berlinc" ,
"name" : "Berlin Clock" ,
2019-12-14 18:22:52 +00:00
"icon" : "berlin-clock.png" ,
2020-01-17 11:43:26 +00:00
"version" : "0.02" ,
2019-12-14 18:22:52 +00:00
"description" : "Berlin Clock (see https://en.wikipedia.org/wiki/Mengenlehreuhr)" ,
2019-12-17 16:56:59 +00:00
"tags" : "clock" ,
"type" : "clock" ,
"allow_emulator" : true ,
2019-12-09 21:42:29 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "berlinc.app.js" , "url" : "berlin-clock.js" } ,
{ "name" : "berlinc.img" , "url" : "berlin-clock-icon.js" , "evaluate" : true }
2019-12-09 21:42:29 +00:00
]
2020-01-03 17:20:44 +00:00
} ,
2020-01-08 11:33:35 +00:00
{ "id" : "ctrclk" ,
2020-01-03 20:55:25 +00:00
"name" : "Centerclock" ,
2020-01-08 11:33:35 +00:00
"icon" : "app.png" ,
2020-01-17 11:43:26 +00:00
"version" : "0.02" ,
2020-01-03 20:55:25 +00:00
"description" : "Watch-centered digital 24h clock with date in dd.mm.yyyy format." ,
2020-01-03 17:20:44 +00:00
"tags" : "clock" ,
"type" : "clock" ,
"allow_emulator" : true ,
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "ctrclk.app.js" , "url" : "app.js" } ,
{ "name" : "ctrclk.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-02-04 16:15:37 +00:00
]
2020-01-30 17:05:53 +00:00
} ,
{ "id" : "demoapp" ,
"name" : "Demo Loop" ,
"icon" : "app.png" ,
"version" : "0.01" ,
"description" : "Simple demo app - displays Bangle.js, JS logo, graphics, and Bangle.js information" ,
"tags" : "" ,
"type" : "app" ,
"allow_emulator" : true ,
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "demoapp.app.js" , "url" : "app.js" } ,
{ "name" : "demoapp.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-01-30 17:05:53 +00:00
] ,
"sortorder" : -9
2020-02-05 10:28:23 +00:00
} ,
{ "id" : "flagrse" ,
"name" : "Espruino Flag Raiser" ,
"icon" : "app.png" ,
2020-03-04 15:04:21 +00:00
"version" : "0.01" ,
2020-02-05 10:31:18 +00:00
"description" : "App to send a command to another Espruino to cause it to raise a flag" ,
2020-02-05 10:28:23 +00:00
"tags" : "" ,
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "flagrse.app.js" , "url" : "app.js" } ,
{ "name" : "flagrse.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-02-04 16:15:37 +00:00
]
2020-02-15 22:41:58 +00:00
} ,
{
"id" : "pipboy" ,
"name" : "Pipboy" ,
"icon" : "app.png" ,
2020-04-08 14:50:35 +00:00
"version" : "0.03" ,
2020-02-15 22:41:58 +00:00
"description" : "Pipboy themed clock" ,
"tags" : "clock" ,
"type" : "clock" ,
"allow_emulator" : true ,
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "pipboy.app.js" , "url" : "app.js" } ,
{ "name" : "pipboy.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-02-15 22:41:58 +00:00
]
2020-03-03 15:59:00 +00:00
} ,
{ "id" : "torch" ,
"name" : "Torch" ,
"shortName" : "Torch" ,
"icon" : "app.png" ,
2020-04-23 09:28:42 +00:00
"version" : "0.02" ,
"description" : "Turns screen white to help you see in the dark. Select from the launcher or press BTN1,BTN3,BTN1,BTN3 quickly to start when in any app that shows widgets" ,
2020-03-03 15:59:00 +00:00
"tags" : "tool,torch" ,
"storage" : [
{ "name" : "torch.app.js" , "url" : "app.js" } ,
{ "name" : "torch.wid.js" , "url" : "widget.js" } ,
{ "name" : "torch.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-03-05 08:27:49 +00:00
} ,
2020-02-16 08:48:07 +00:00
{ "id" : "wohrm" ,
2020-03-29 06:04:30 +00:00
"name" : "Workout HRM" ,
2020-03-24 16:27:13 +00:00
"icon" : "app.png" ,
2020-04-17 20:17:36 +00:00
"version" : "0.07" ,
2020-04-16 12:32:42 +00:00
"readme" : "README.md" ,
2020-02-16 08:48:07 +00:00
"description" : "Workout heart rate monitor notifies you with a buzz if your heart rate goes above or below the set limits." ,
2020-02-16 08:56:01 +00:00
"tags" : "hrm,workout" ,
2020-02-16 08:52:06 +00:00
"type" : "app" ,
2020-02-16 08:56:01 +00:00
"allow_emulator" : true ,
2020-02-16 08:48:07 +00:00
"storage" : [
2020-03-24 16:27:13 +00:00
{ "name" : "wohrm.app.js" , "url" : "app.js" } ,
{ "name" : "wohrm.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-03-24 16:13:24 +00:00
]
} ,
2020-03-04 19:59:27 +00:00
{ "id" : "widid" ,
2020-03-05 08:27:49 +00:00
"name" : "Bluetooth ID Widget" ,
"icon" : "widget.png" ,
2020-03-05 13:15:27 +00:00
"version" : "0.02" ,
2020-03-10 15:34:07 +00:00
"description" : "Display the last two tuple of your Bangle.js MAC address in the widget section. This is useful for figuring out which Bangle.js to connect to if you have more than one Bangle.js!" ,
"tags" : "widget,address,mac" ,
2020-03-04 19:59:27 +00:00
"type" : "widget" ,
"storage" : [
{ "name" : "widid.wid.js" , "url" : "widget.js" }
]
2020-03-26 12:45:53 +00:00
} ,
2020-03-30 15:23:45 +00:00
{
2020-03-27 20:00:37 +00:00
"id" : "grocery" ,
"name" : "Grocery" ,
"icon" : "grocery.png" ,
2020-03-26 17:03:53 +00:00
"version" : "0.01" ,
"description" : "Simple grocery list - Display a list of product and track if you already put them in your cart." ,
"tags" : "tool,outdoors" ,
"type" : "app" ,
2020-03-27 20:00:37 +00:00
"custom" : "grocery.html" ,
2020-03-26 17:03:53 +00:00
"storage" : [
2020-03-27 20:00:37 +00:00
{ "name" : "grocery" } ,
2020-03-30 15:23:45 +00:00
{ "name" : "grocery.app.js" } ,
{ "name" : "grocery.img" , "url" : "grocery-icon.js" , "evaluate" : true }
2020-03-26 17:03:53 +00:00
]
2020-03-27 20:35:48 +00:00
} ,
2020-03-26 12:45:53 +00:00
{ "id" : "marioclock" ,
"name" : "Mario Clock" ,
"icon" : "marioclock.png" ,
2020-04-12 13:43:52 +00:00
"version" : "0.12" ,
2020-04-06 17:16:24 +00:00
"description" : "Animated retro Mario clock, with Gameboy style 8-bit grey-scale graphics." ,
2020-03-26 12:45:53 +00:00
"tags" : "clock,mario,retro" ,
"type" : "clock" ,
"allow_emulator" : true ,
2020-04-06 17:29:34 +00:00
"readme" : "README.md" ,
2020-03-26 12:45:53 +00:00
"storage" : [
{ "name" : "marioclock.app.js" , "url" : "marioclock-app.js" } ,
{ "name" : "marioclock.img" , "url" : "marioclock-icon.js" , "evaluate" : true }
]
2020-03-27 12:00:29 +00:00
} ,
{ "id" : "cliock" ,
2020-04-01 07:30:38 +00:00
"name" : "Commandline-Clock" ,
"shortName" : "CLI-Clock" ,
"icon" : "app.png" ,
"version" : "0.07" ,
"description" : "Simple CLI-Styled Clock" ,
"tags" : "clock,cli,command,bash,shell" ,
"type" : "clock" ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "cliock.app.js" , "url" : "app.js" } ,
{ "name" : "cliock.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
2020-03-29 16:52:10 +00:00
{ "id" : "widver" ,
"name" : "Firmware Version Widget" ,
"icon" : "widget.png" ,
"version" : "0.01" ,
"description" : "Display the version of the installed firmware in the top widget section." ,
"tags" : "widget,tool,system" ,
"type" : "widget" ,
"storage" : [
{ "name" : "widver.wid.js" , "url" : "widget.js" }
]
2020-03-30 19:34:44 +00:00
} ,
{ "id" : "barclock" ,
"name" : "Bar Clock" ,
"icon" : "clock-bar.png" ,
2020-04-25 20:05:36 +00:00
"version" : "0.05" ,
2020-03-30 22:05:00 +00:00
"description" : "A simple digital clock showing seconds as a bar" ,
2020-03-30 19:34:44 +00:00
"tags" : "clock" ,
"type" : "clock" ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "barclock.app.js" , "url" : "clock-bar.js" } ,
{ "name" : "barclock.img" , "url" : "clock-bar-icon.js" , "evaluate" : true }
]
2020-03-31 18:22:56 +00:00
} ,
2020-04-03 18:12:26 +00:00
{ "id" : "dotclock" ,
"name" : "Dot Clock" ,
"icon" : "clock-dot.png" ,
"version" : "0.01" ,
"description" : "A Minimal Dot Analog Clock" ,
"tags" : "clock" ,
"type" : "clock" ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "dotclock.app.js" , "url" : "clock-dot.js" } ,
{ "name" : "dotclock.img" , "url" : "clock-dot-icon.js" , "evaluate" : true }
]
2020-04-03 18:43:56 +00:00
} ,
2020-03-31 18:22:56 +00:00
{ "id" : "widtbat" ,
"name" : "Tiny Battery Widget" ,
"icon" : "widget.png" ,
"version" : "0.01" ,
2020-03-31 18:37:10 +00:00
"description" : "Tiny blueish battery widget, vibs and changes level color when charging" ,
2020-03-31 18:22:56 +00:00
"tags" : "widget,tool,system" ,
"type" : "widget" ,
"storage" : [
{ "name" : "widtbat.wid.js" , "url" : "widget.js" }
]
2020-04-01 12:16:06 +00:00
} ,
2020-04-01 13:40:43 +00:00
{ "id" : "chrono" ,
"name" : "Chrono" ,
"shortName" : "Chrono" ,
"icon" : "chrono.png" ,
2020-04-01 12:16:06 +00:00
"version" : "0.01" ,
2020-04-01 12:25:53 +00:00
"description" : "Single click BTN1 to add 5 minutes. Single click BTN2 to add 30 seconds. Single click BTN3 to add 5 seconds. Tap to pause or play to timer. Double click BTN1 to reset. When timer finishes the watch vibrates." ,
2020-04-01 12:16:06 +00:00
"tags" : "Tools" ,
"storage" : [
2020-04-01 13:40:43 +00:00
{ "name" : "chrono.app.js" , "url" : "chrono.js" } ,
{ "name" : "chrono.img" , "url" : "chrono-icon.js" , "evaluate" : true }
2020-04-01 12:16:06 +00:00
]
2020-04-01 20:23:33 +00:00
} ,
2020-04-01 20:14:34 +00:00
{ "id" : "astrocalc" ,
"name" : "Astrocalc" ,
"icon" : "astrocalc.png" ,
2020-04-17 23:38:12 +00:00
"version" : "0.02" ,
2020-04-01 20:14:34 +00:00
"description" : "Calculates interesting information on the sun and moon cycles for the current day based on your location." ,
"tags" : "app,sun,moon,cycles,tool,outdoors" ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "astrocalc.app.js" , "url" : "astrocalc-app.js" } ,
{ "name" : "suncalc.js" , "url" : "suncalc.js" } ,
{ "name" : "astrocalc.img" , "url" : "astrocalc-icon.js" , "evaluate" : true } ,
2020-04-02 12:45:27 +00:00
{ "name" : "first-quarter.img" , "url" : "first-quarter-icon.js" , "evaluate" : true } ,
{ "name" : "last-quarter.img" , "url" : "last-quarter-icon.js" , "evaluate" : true } ,
{ "name" : "waning-crescent.img" , "url" : "waning-crescent-icon.js" , "evaluate" : true } ,
{ "name" : "waning-gibbous.img" , "url" : "waning-gibbous-icon.js" , "evaluate" : true } ,
{ "name" : "full.img" , "url" : "full-icon.js" , "evaluate" : true } ,
{ "name" : "new.img" , "url" : "new-icon.js" , "evaluate" : true } ,
{ "name" : "waxing-gibbous.img" , "url" : "waxing-gibbous-icon.js" , "evaluate" : true } ,
{ "name" : "waxing-crescent.img" , "url" : "waxing-crescent-icon.js" , "evaluate" : true }
2020-04-01 20:14:34 +00:00
]
2020-04-02 13:30:24 +00:00
} ,
{ "id" : "widhwt" ,
2020-04-01 20:23:33 +00:00
"name" : "Hand Wash Timer" ,
"icon" : "widget.png" ,
"version" : "0.01" ,
2020-04-02 10:04:41 +00:00
"description" : "Swipe your wrist over the watch face to start your personal Bangle.js hand wash timer for 35 sec. Start washing after the short buzz and stop after the long buzz." ,
2020-04-01 20:23:33 +00:00
"tags" : "widget,tool" ,
"type" : "widget" ,
"storage" : [
{ "name" : "widhwt.wid.js" , "url" : "widget.js" }
]
2020-04-02 18:36:19 +00:00
} ,
{ "id" : "toucher" ,
"name" : "Touch Launcher" ,
2020-04-23 13:46:06 +00:00
"shortName" : "Toucher" ,
2020-04-02 18:36:19 +00:00
"icon" : "app.png" ,
2020-04-16 08:16:37 +00:00
"version" : "0.06" ,
2020-04-02 18:36:19 +00:00
"description" : "Touch enable left to right launcher." ,
"tags" : "tool,system,launcher" ,
"type" : "launch" ,
2020-04-23 15:53:51 +00:00
"data" : [
{ "name" : "toucher.json" }
] ,
2020-04-02 18:36:19 +00:00
"storage" : [
2020-04-23 13:46:06 +00:00
{ "name" : "toucher.app.js" , "url" : "app.js" } ,
2020-04-23 15:53:51 +00:00
{ "name" : "toucher.settings.js" , "url" : "settings.js" }
2020-04-02 18:36:19 +00:00
] ,
"sortorder" : -10
2020-04-02 19:35:34 +00:00
} ,
2020-04-02 18:05:02 +00:00
{
"id" : "balltastic" ,
"name" : "Balltastic" ,
"icon" : "app.png" ,
"version" : "0.01" ,
"description" : "Simple but fun ball eats dots game." ,
"tags" : "game,fun" ,
"type" : "app" ,
"storage" : [
{ "name" : "balltastic.app.js" , "url" : "app.js" } ,
{ "name" : "balltastic.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-04-03 08:22:14 +00:00
} ,
{
"id" : "rpgdice" ,
"name" : "RPG dice" ,
"icon" : "rpgdice.png" ,
"version" : "0.01" ,
"description" : "Simple RPG dice rolling app." ,
"tags" : "game,fun" ,
"type" : "app" ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "rpgdice.app.js" , "url" : "app.js" } ,
{ "name" : "rpgdice.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-04-03 11:13:14 +00:00
} ,
{ "id" : "widmp" ,
"name" : "Moon Phase Widget" ,
"icon" : "widget.png" ,
"version" : "0.01" ,
"description" : "Display the current moon phase in blueish for the northern hemisphere in eight phases" ,
"tags" : "widget,tools" ,
"type" : "widget" ,
"storage" : [
{ "name" : "widmp.wid.js" , "url" : "widget.js" }
]
2020-04-04 12:14:01 +00:00
} ,
{ "id" : "minionclk" ,
"name" : "Minion clock" ,
"icon" : "minionclk.png" ,
2020-04-20 23:10:10 +00:00
"version" : "0.02" ,
2020-04-04 12:14:01 +00:00
"description" : "Minion themed clock." ,
"tags" : "clock,minion" ,
"type" : "clock" ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "minionclk.app.js" , "url" : "app.js" } ,
{ "name" : "minionclk.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-04-07 20:41:57 +00:00
} ,
{ "id" : "openstmap" ,
"name" : "OpenStreetMap" ,
"shortName" : "OpenStMap" ,
"icon" : "app.png" ,
2020-04-08 20:22:51 +00:00
"version" : "0.02" ,
2020-04-07 20:41:57 +00:00
"description" : "[BETA] Loads map tiles from OpenStreetMap onto your Bangle.js and displays a map of where you are" ,
"tags" : "outdoors,gps" ,
"custom" : "custom.html" ,
"storage" : [
{ "name" : "openstmap.app.js" , "url" : "app.js" } ,
{ "name" : "openstmap.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-04-13 11:09:30 +00:00
} ,
2020-04-16 08:10:57 +00:00
{ "id" : "activepedom" ,
2020-04-13 11:09:30 +00:00
"name" : "Active Pedometer" ,
2020-04-13 12:26:53 +00:00
"shortName" : "Active Pedometer" ,
2020-04-13 11:09:30 +00:00
"icon" : "app.png" ,
2020-04-27 08:35:59 +00:00
"version" : "0.04" ,
2020-04-20 15:36:42 +00:00
"description" : "Pedometer that filters out arm movement and displays a step goal progress. Steps are saved to a daily file and can be viewed as graph." ,
2020-04-13 11:09:30 +00:00
"tags" : "outdoors,widget" ,
2020-04-16 06:23:38 +00:00
"readme" : "README.md" ,
2020-04-13 11:09:30 +00:00
"storage" : [
{ "name" : "activepedom.wid.js" , "url" : "widget.js" } ,
{ "name" : "activepedom.settings.js" , "url" : "settings.js" } ,
2020-04-20 15:36:42 +00:00
{ "name" : "activepedom.img" , "url" : "app-icon.js" , "evaluate" : true } ,
2020-04-20 15:37:45 +00:00
{ "name" : "activepedom.app.js" , "url" : "app.js" }
2020-04-13 11:09:30 +00:00
]
2020-04-07 21:03:30 +00:00
} ,
2020-04-16 08:13:23 +00:00
{ "id" : "chronowid" ,
2020-04-16 08:10:57 +00:00
"name" : "Chrono Widget" ,
"shortName" : "Chrono Widget" ,
"icon" : "app.png" ,
2020-04-20 13:58:05 +00:00
"version" : "0.03" ,
2020-04-16 08:10:57 +00:00
"description" : "Chronometer (timer) which runs as widget." ,
"tags" : "tools,widget" ,
"readme" : "README.md" ,
"storage" : [
2020-04-16 08:13:23 +00:00
{ "name" : "chronowid.wid.js" , "url" : "widget.js" } ,
{ "name" : "chronowid.app.js" , "url" : "app.js" } ,
{ "name" : "chronowid.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-04-16 08:10:57 +00:00
]
} ,
2020-04-07 21:03:30 +00:00
{ "id" : "tabata" ,
"name" : "Tabata" ,
"shortName" : "Tabata - Control High-Intensity Interval Training" ,
"icon" : "tabata.png" ,
"version" : "0.01" ,
"description" : "Control high-intensity interval training (according to tabata: https://en.wikipedia.org/wiki/Tabata_method)." ,
"tags" : "workout,health" ,
"storage" : [
{ "name" : "tabata.app.js" , "url" : "tabata.js" } ,
{ "name" : "tabata.img" , "url" : "tabata-icon.js" , "evaluate" : true }
2020-04-09 07:57:06 +00:00
]
2020-04-08 13:26:38 +00:00
} ,
{ "id" : "custom" ,
"name" : "Custom Boot Code " ,
"icon" : "custom.png" ,
"version" : "0.01" ,
"description" : "Add code you want to run at boot time" ,
"tags" : "tool,system" ,
"type" : "bootloader" ,
"custom" : "custom.html" ,
"storage" : [
{ "name" : "custom" }
2020-04-07 21:03:30 +00:00
]
2020-04-09 16:25:11 +00:00
} ,
2020-04-09 16:34:42 +00:00
{ "id" : "devstopwatch" ,
"name" : "Dev Stopwatch" ,
"shortName" : "Dev Stopwatch" ,
2020-04-09 16:25:11 +00:00
"icon" : "app.png" ,
"version" : "0.01" ,
"description" : "Stopwatch with 5 laps supported (cyclically replaced)" ,
"tags" : "stopwatch, chrono, timer, chronometer" ,
2020-04-09 16:46:45 +00:00
"allow_emulator" : true ,
2020-04-09 16:25:11 +00:00
"storage" : [
2020-04-09 16:46:45 +00:00
{ "name" : "devstopwatch.app.js" , "url" : "app.js" } ,
{ "name" : "devstopwatch.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-04-09 16:25:11 +00:00
]
2020-04-09 20:19:06 +00:00
} ,
2020-04-08 20:28:24 +00:00
{ "id" : "batchart" ,
"name" : "Battery Chart" ,
2020-04-13 09:14:50 +00:00
"shortName" : "Battery Chart" ,
2020-04-09 06:25:27 +00:00
"icon" : "app.png" ,
2020-04-16 09:26:57 +00:00
"version" : "0.08" ,
"readme" : "README.md" ,
2020-04-08 20:28:24 +00:00
"description" : "A widget and an app for recording and visualizing battery percentage over time." ,
"tags" : "app,widget,battery,time,record,chart,tool" ,
"storage" : [
{ "name" : "batchart.wid.js" , "url" : "widget.js" } ,
{ "name" : "batchart.app.js" , "url" : "app.js" } ,
2020-04-09 20:19:06 +00:00
{ "name" : "batchart.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-04-08 20:28:24 +00:00
]
2020-04-10 17:20:49 +00:00
} ,
2020-04-09 23:46:32 +00:00
{ "id" : "nato" ,
"name" : "NATO Alphabet" ,
"shortName" : "NATOAlphabet" ,
"icon" : "nato.png" ,
"version" : "0.01" ,
"type" : "app" ,
"description" : "Learn the NATO Phonetic alphabet plus some numbers." ,
"tags" : "app,learn,visual" ,
2020-04-10 12:30:38 +00:00
"allow_emulator" : true ,
2020-04-09 23:46:32 +00:00
"storage" : [
{ "name" : "nato.app.js" , "url" : "nato.js" } ,
{ "name" : "nato.img" , "url" : "nato-icon.js" , "evaluate" : true }
2020-04-09 23:50:19 +00:00
]
2020-04-14 09:10:29 +00:00
} ,
2020-04-10 20:32:09 +00:00
{ "id" : "numerals" ,
"name" : "Numerals Clock" ,
"shortName" : "Numerals Clock" ,
"icon" : "numerals.png" ,
2020-04-17 19:52:42 +00:00
"version" : "0.04" ,
2020-04-10 20:32:09 +00:00
"description" : "A simple big numerals clock" ,
"tags" : "numerals,clock" ,
"type" : "clock" ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "numerals.app.js" , "url" : "numerals.app.js" } ,
{ "name" : "numerals.img" , "url" : "numerals-icon.js" , "evaluate" : true } ,
2020-04-17 19:52:42 +00:00
{ "name" : "numerals.settings.js" , "url" : "numerals.settings.js" }
] ,
"data" : [
{ "name" : "numerals.json" }
2020-04-14 08:51:11 +00:00
]
} ,
2020-04-10 17:20:49 +00:00
{ "id" : "bledetect" ,
"name" : "BLE Detector" ,
2020-04-10 17:35:34 +00:00
"shortName" : "BLE Detector" ,
2020-04-10 17:20:49 +00:00
"icon" : "bledetect.png" ,
2020-04-11 11:26:02 +00:00
"version" : "0.02" ,
2020-04-10 17:20:49 +00:00
"description" : "Detect BLE devices and show some informations." ,
"tags" : "app,bluetooth,tool" ,
2020-04-14 14:56:12 +00:00
"readme" : "README.md" ,
2020-04-10 17:20:49 +00:00
"storage" : [
{ "name" : "bledetect.app.js" , "url" : "bledetect.js" } ,
{ "name" : "bledetect.img" , "url" : "bledetect-icon.js" , "evaluate" : true }
]
2020-04-14 07:08:26 +00:00
} ,
{ "id" : "snake" ,
"name" : "Snake" ,
"shortName" : "Snake" ,
"icon" : "snake.png" ,
2020-04-14 15:43:12 +00:00
"version" : "0.02" ,
2020-04-15 07:16:19 +00:00
"description" : "The classic snake game. Eat apples and don't bite your tail." ,
2020-04-14 07:08:26 +00:00
"tags" : "game,fun" ,
2020-04-14 14:56:12 +00:00
"readme" : "README.md" ,
2020-04-14 07:08:26 +00:00
"storage" : [
{ "name" : "snake.app.js" , "url" : "snake.js" } ,
{ "name" : "snake.img" , "url" : "snake-icon.js" , "evaluate" : true }
]
2020-04-14 09:29:06 +00:00
} ,
{ "id" : "calculator" ,
2020-04-13 02:10:18 +00:00
"name" : "Calculator" ,
"shortName" : "Calculator" ,
"icon" : "calculator.png" ,
2020-04-18 15:30:05 +00:00
"version" : "0.02" ,
"description" : "Basic calculator reminiscent of MacOs's one. Handy for small calculus." ,
2020-04-13 02:10:18 +00:00
"tags" : "app,tool" ,
"storage" : [
{ "name" : "calculator.app.js" , "url" : "app.js" } ,
{ "name" : "calculator.img" , "url" : "calculator-icon.js" , "evaluate" : true }
]
2020-04-15 12:00:01 +00:00
} ,
{
"id" : "dane" ,
"name" : "Digital Assistant, not EDITH" ,
"shortName" : "DANE" ,
"icon" : "app.png" ,
2020-04-16 10:48:35 +00:00
"version" : "0.07" ,
"description" : "A Watchface inspired by Tony Stark's EDITH" ,
2020-04-15 12:00:01 +00:00
"tags" : "clock" ,
"type" : "clock" ,
"allow_emulator" : true ,
"storage" : [
{
"name" : "dane.app.js" ,
"url" : "app.js"
} ,
{
"name" : "dane.img" ,
"url" : "app-icon.js" ,
"evaluate" : true
}
]
2020-04-20 14:00:06 +00:00
} ,
{
"id" : "buffgym" ,
"name" : "BuffGym" ,
"icon" : "buffgym.png" ,
2020-04-23 10:45:45 +00:00
"version" : "0.02" ,
2020-04-20 14:00:06 +00:00
"description" : "BuffGym is the famous 5x5 workout program for the BangleJS" ,
2020-04-21 20:14:18 +00:00
"tags" : "tool,outdoors,gym,exercise" ,
2020-04-20 14:00:06 +00:00
"type" : "app" ,
2020-04-23 08:51:15 +00:00
"interface" : "buffgym.html" ,
2020-04-21 19:11:32 +00:00
"allow_emulator" : false ,
2020-04-21 19:46:30 +00:00
"readme" : "README.md" ,
2020-04-20 14:00:06 +00:00
"storage" : [
2020-04-20 16:20:23 +00:00
{ "name" : "buffgym.app.js" , "url" : "buffgym.app.js" } ,
2020-04-20 14:27:21 +00:00
{ "name" : "buffgym-set.js" , "url" : "buffgym-set.js" } ,
{ "name" : "buffgym-exercise.js" , "url" : "buffgym-exercise.js" } ,
2020-04-23 09:11:28 +00:00
{ "name" : "buffgym-workout.js" , "url" : "buffgym-workout.js" } ,
{ "name" : "buffgym-workout-a.json" , "url" : "buffgym-workout-a.json" } ,
{ "name" : "buffgym-workout-b.json" , "url" : "buffgym-workout-b.json" } ,
{ "name" : "buffgym-workout-index.json" , "url" : "buffgym-workout-index.json" } ,
2020-04-20 14:00:06 +00:00
{ "name" : "buffgym.img" , "url" : "buffgym-icon.js" , "evaluate" : true }
]
2020-04-22 07:50:48 +00:00
} ,
2020-04-19 16:03:14 +00:00
{
"id" : "banglerun" ,
"name" : "BangleRun" ,
"shortName" : "BangleRun" ,
"icon" : "banglerun.png" ,
"version" : "0.01" ,
"description" : "An app for running sessions." ,
"tags" : "run,running,fitness,outdoors" ,
"allow_emulator" : false ,
"storage" : [
{
"name" : "banglerun.app.js" ,
"url" : "app.js"
} ,
{
"name" : "banglerun.img" ,
"url" : "app-icon.js" ,
"evaluate" : true
}
]
2020-04-20 08:14:50 +00:00
} ,
2020-04-19 11:55:20 +00:00
{
2020-04-19 12:03:11 +00:00
"id" : "metronome" ,
2020-04-19 11:55:20 +00:00
"name" : "Metronome" ,
"icon" : "metronome_icon.png" ,
2020-05-15 11:53:30 +00:00
"version" : "0.05" ,
2020-04-28 07:22:30 +00:00
"readme" : "README.md" ,
2020-04-19 11:55:20 +00:00
"description" : "Makes the watch blinking and vibrating with a given rate" ,
"tags" : "tool" ,
"allow_emulator" : true ,
"storage" : [
{
"name" : "metronome.app.js" ,
"url" : "metronome.js"
} ,
{
"name" : "metronome.img" ,
"url" : "metronome-icon.js" ,
"evaluate" : true
2020-05-15 11:53:30 +00:00
} ,
{ "name" : "metronome.settings.js" , "url" : "settings.js" }
2020-04-19 11:55:20 +00:00
]
2020-04-20 08:00:18 +00:00
} ,
2020-04-18 19:11:50 +00:00
{ "id" : "blackjack" ,
"name" : "Black Jack game" ,
2020-04-18 19:43:29 +00:00
"shortName" : "Black Jack game" ,
2020-04-18 19:11:50 +00:00
"icon" : "blackjack.png" ,
"version" : "0.01" ,
2020-04-18 19:20:57 +00:00
"description" : "Simple implementation of card game Black Jack" ,
2020-04-18 19:27:58 +00:00
"tags" : "game" ,
"allow_emulator" : true ,
2020-04-18 19:11:50 +00:00
"storage" : [
{ "name" : "blackjack.app.js" , "url" : "blackjack.app.js" } ,
2020-04-18 19:43:29 +00:00
{ "name" : "blackjack.img" , "url" : "blackjack-icon.js" , "evaluate" : true }
2020-04-18 19:11:50 +00:00
]
2020-04-20 07:47:16 +00:00
} ,
2020-04-17 17:12:17 +00:00
{ "id" : "hidcam" ,
2020-04-18 13:34:35 +00:00
"name" : "Camera shutter" ,
"shortName" : "Cam shutter" ,
2020-04-17 17:12:17 +00:00
"icon" : "app.png" ,
"version" : "0.01" ,
"description" : "Enable HID, connect to your phone, start your camera and trigger the shot on your Bangle" ,
"tags" : "tools" ,
"storage" : [
2020-04-18 13:34:35 +00:00
{ "name" : "hidcam.app.js" , "url" : "app.js" } ,
2020-04-17 17:12:17 +00:00
{ "name" : "hidcam.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-04-20 07:45:08 +00:00
} ,
2020-04-20 09:06:23 +00:00
{
2020-04-18 09:28:08 +00:00
"id" : "rclock" ,
2020-04-18 09:17:50 +00:00
"name" : "Round clock with seconds, minutes and date" ,
"shortName" : "Round Clock" ,
"icon" : "app.png" ,
"version" : "0.01" ,
"description" : "Designed round clock with ticks for minutes and seconds" ,
2020-04-18 09:28:08 +00:00
"tags" : "clock" ,
"type" : "clock" ,
2020-04-18 09:17:50 +00:00
"storage" : [
2020-04-18 09:48:22 +00:00
{ "name" : "rclock.app.js" , "url" : "rclock.app.js" } ,
2020-04-18 09:17:50 +00:00
{ "name" : "rclock.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-04-20 14:49:49 +00:00
} ,
{ "id" : "hamloc" ,
"name" : "QTH Locator / Maidenhead Locator System" ,
"shortName" : "QTH Locator" ,
"icon" : "app.png" ,
"version" : "0.01" ,
"description" : "Convert your current GPS location to the Maidenhead locator system used by HAM amateur radio operators" ,
"tags" : "tool,outdoors,gps" ,
"storage" : [
{ "name" : "hamloc.app.js" , "url" : "app.js" } ,
{ "name" : "hamloc.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-04-20 18:46:00 +00:00
} ,
{ "id" : "osmpoi" ,
"name" : "POI Compass" ,
"icon" : "app.png" ,
2020-04-22 07:56:50 +00:00
"version" : "0.02" ,
2020-04-20 18:46:00 +00:00
"description" : "Uploads all the points of interest in an area onto your watch, same as Beer Compass with more p.o.i." ,
"tags" : "tool,outdoors,gps" ,
"custom" : "osmpoi.html" ,
"storage" : [
{ "name" : "osmpoi.app.js" } ,
{ "name" : "osmpoi.img" }
]
2020-04-21 10:18:29 +00:00
} ,
{ "id" : "pong" ,
"name" : "Pong" ,
"shortName" : "Pong" ,
"icon" : "pong.png" ,
2020-04-27 11:15:30 +00:00
"version" : "0.02" ,
2020-04-21 10:18:29 +00:00
"description" : "A clone of the Atari game Pong" ,
"tags" : "game" ,
"type" : "app" ,
"allow_emulator" : true ,
2020-04-27 11:15:30 +00:00
"readme" : "README.md" ,
2020-04-21 10:18:29 +00:00
"storage" : [
{ "name" : "pong.app.js" , "url" : "app.js" } ,
{ "name" : "pong.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-04-26 01:29:45 +00:00
} ,
{ "id" : "ballmaze" ,
"name" : "Ball Maze" ,
"icon" : "icon.png" ,
"version" : "0.01" ,
"description" : "Navigate a ball through a maze by tilting your watch." ,
"readme" : "README.md" ,
"tags" : "game" ,
"type" : "app" ,
"storage" : [
{ "name" : "ballmaze.app.js" , "url" : "app.js" } ,
{ "name" : "ballmaze.img" , "url" : "icon.js" , "evaluate" : true }
] ,
"data" : [
{ "name" : "ballmaze.json" }
]
2019-11-11 22:07:45 +00:00
}
2019-12-03 11:45:55 +00:00
]