2019-10-30 17:33:58 +00:00
[
2019-11-06 22:12:54 +00:00
{ "id" : "boot" ,
"name" : "Bootloader" ,
2021-06-23 07:59:09 +00:00
"tags" : "tool,system,b2" ,
2020-02-28 11:44:25 +00:00
"type" : "bootloader" ,
2019-11-06 22:12:54 +00:00
"icon" : "bootloader.png" ,
2021-06-24 12:12:59 +00:00
"version" : "0.27" ,
2019-11-06 22:12:54 +00:00
"description" : "This is needed by Bangle.js to automatically load the clock, menu, widgets and settings" ,
"storage" : [
2020-01-17 11:43:26 +00:00
{ "name" : ".boot0" , "url" : "boot0.js" } ,
2021-05-26 15:21:52 +00:00
{ "name" : ".bootcde" , "url" : "bootloader.js" } ,
{ "name" : "bootupdate.js" , "url" : "bootupdate.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-06-04 13:28:44 +00:00
"name" : "Launcher (Default)" ,
2020-02-28 11:44:25 +00:00
"shortName" : "Launcher" ,
2020-01-17 11:43:26 +00:00
"icon" : "app.png" ,
2021-05-26 19:21:28 +00:00
"version" : "0.06" ,
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." ,
2021-06-23 07:59:09 +00:00
"tags" : "tool,system,launcher,b2" ,
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
} ,
2021-06-30 09:17:55 +00:00
{ "id" : "launchb2" ,
"name" : "Launcher (Bangle.js 2)" ,
"shortName" : "Launcher" ,
"icon" : "app.png" ,
"version" : "0.01" ,
"description" : "This is needed by Bangle.js 2.0 to display a menu allowing you to choose your own applications. It will not work on Bangle.js 1.0." ,
"tags" : "tool,system,launcher,b2,bno1" ,
"type" : "launch" ,
"storage" : [
{ "name" : "launchb2.app.js" , "url" : "app.js" }
] ,
"sortorder" : -10
} ,
2020-02-12 14:45:31 +00:00
{ "id" : "about" ,
"name" : "About" ,
"icon" : "app.png" ,
2021-05-28 10:58:08 +00:00
"version" : "0.08" ,
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" ,
2021-06-23 07:59:09 +00:00
"tags" : "tool,system,b2" ,
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" ,
2021-02-17 16:47:23 +00:00
"version" : "0.09" ,
2020-03-04 16:42:44 +00:00
"description" : "Translations for different countries" ,
2021-06-23 07:59:09 +00:00
"tags" : "tool,system,locale,translate,b2" ,
2020-03-04 16:46:49 +00:00
"type" : "locale" ,
2020-03-04 16:42:44 +00:00
"custom" : "locale.html" ,
2020-06-04 13:28:44 +00:00
"readme" : "README.md" ,
2020-03-04 16:42:44 +00:00
"storage" : [
{ "name" : "locale" }
] ,
"sortorder" : -10
} ,
2020-06-04 13:28:44 +00:00
{ "id" : "notify" ,
"name" : "Notifications (default)" ,
"shortName" : "Notifications" ,
"icon" : "notify.png" ,
2021-03-20 18:18:39 +00:00
"version" : "0.08" ,
2020-06-04 13:28:44 +00:00
"description" : "A handler for displaying notifications that displays them in a bar at the top of the screen" ,
"tags" : "widget" ,
"type" : "notify" ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "notify" , "url" : "notify.js" }
]
} ,
2020-06-04 15:18:41 +00:00
{ "id" : "notifyfs" ,
"name" : "Fullscreen Notifications" ,
"shortName" : "Notifications" ,
"icon" : "notify.png" ,
2021-03-20 18:18:39 +00:00
"version" : "0.08" ,
2020-06-04 15:18:41 +00:00
"description" : "A handler for displaying notifications that displays them fullscreen. This may not fully restore the screen after on some apps. See `Notifications (default)` for more information about the notifications library." ,
"tags" : "widget" ,
"type" : "notify" ,
"storage" : [
{ "name" : "notify" , "url" : "notify.js" }
]
} ,
2020-02-13 08:18:32 +00:00
{ "id" : "welcome" ,
"name" : "Welcome" ,
"icon" : "app.png" ,
2021-05-28 13:47:17 +00:00
"version" : "0.10" ,
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
]
} ,
2020-10-15 16:22:43 +00:00
{ "id" : "mywelcome" ,
"name" : "Customised Welcome" ,
2020-10-15 16:38:53 +00:00
"shortName" : "My Welcome" ,
2020-10-15 16:22:43 +00:00
"icon" : "app.png" ,
2020-10-23 14:49:16 +00:00
"version" : "0.11" ,
2020-10-15 16:22:43 +00:00
"description" : "Appears at first boot and explains how to use Bangle.js. Like 'Welcome', but can be customised with a greeting" ,
"tags" : "start,welcome" ,
"custom" : "custom.html" ,
"storage" : [
{ "name" : "mywelcome.boot.js" , "url" : "boot.js" } ,
{ "name" : "mywelcome.app.js" , "url" : "app.js" } ,
{ "name" : "mywelcome.settings.js" , "url" : "settings.js" } ,
{ "name" : "mywelcome.img" , "url" : "app-icon.js" , "evaluate" : true }
] ,
"data" : [
{ "name" : "mywelcome.json" }
]
} ,
2019-12-05 14:48:36 +00:00
{ "id" : "gbridge" ,
"name" : "Gadgetbridge" ,
"icon" : "app.png" ,
2021-03-20 18:16:54 +00:00
"version" : "0.22" ,
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-12-08 14:41:38 +00:00
"readme" : "README.md" ,
2020-04-03 22:47:48 +00:00
"type" : "widget" ,
2020-06-04 14:19:37 +00:00
"dependencies" : { "notify" : "type" } ,
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" }
2020-05-28 21:27:10 +00:00
] ,
"data" : [
{ "name" : "gbridge.json" }
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-05-12 16:37:57 +00:00
"version" : "0.06" ,
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" ,
2021-06-24 15:09:40 +00:00
"version" : "0.27" ,
2020-02-05 15:45:41 +00:00
"description" : "A menu for setting up Bangle.js" ,
2021-06-23 07:59:09 +00:00
"tags" : "tool,system,b2" ,
2020-04-28 14:23:02 +00:00
"readme" : "README.md" ,
2019-11-09 20:34:30 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "setting.app.js" , "url" : "settings.js" } ,
{ "name" : "setting.img" , "url" : "settings-icon.js" , "evaluate" : true }
2019-11-09 20:34:30 +00:00
] ,
2021-04-09 08:58:38 +00:00
"data" : [
{ "name" : "setting.json" , "url" : "settings.min.json" , "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" ,
2021-03-20 18:12:40 +00:00
"version" : "0.11" ,
2020-02-12 10:48:14 +00:00
"description" : "Set and respond to alarms" ,
2021-06-23 07:59:09 +00:00
"tags" : "tool,alarm,widget,b2" ,
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" ,
2021-06-24 13:00:40 +00:00
"version" : "0.03" ,
2019-11-07 22:24:20 +00:00
"description" : "Display Time as Text" ,
2021-06-24 13:00:40 +00:00
"tags" : "clock,b2" ,
2019-11-07 22:24:20 +00:00
"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
]
} ,
2021-05-21 23:38:30 +00:00
{ "id" : "fontclock" ,
"name" : "Font Clock" ,
"icon" : "fontclock.png" ,
"version" : "0.01" ,
"description" : "Choose the font and design of clock face from a library of available designs" ,
"tags" : "clock" ,
"type" : "clock" ,
2021-05-23 21:29:08 +00:00
"allow_emulator" : false ,
2021-05-21 23:38:30 +00:00
"readme" : "README.md" ,
"custom" : "custom.html" ,
"storage" : [
2021-05-21 23:50:08 +00:00
{ "name" : "fontclock.app.js" , "url" : "fontclock.js" } ,
2021-05-21 23:38:30 +00:00
{ "name" : "fontclock.img" , "url" : "fontclock-icon.js" , "evaluate" : true } ,
{ "name" : "fontclock.hand.js" , "url" : "fontclock.hand.js" } ,
{ "name" : "fontclock.thinhand.js" , "url" : "fontclock.thinhand.js" } ,
{ "name" : "fontclock.thickhand.js" , "url" : "fontclock.thickhand.js" } ,
{ "name" : "fontclock.hourscriber.js" , "url" : "fontclock.hourscriber.js" } ,
{ "name" : "fontclock.font.js" , "url" : "fontclock.font.js" } ,
{ "name" : "fontclock.font.abril_ff50.js" , "url" : "fontclock.font.abril_ff50.js" } ,
{ "name" : "fontclock.font.cpstc58.js" , "url" : "fontclock.font.cpstc58.js" } ,
{ "name" : "fontclock.font.mntn25.js" , "url" : "fontclock.font.mntn25.js" } ,
{ "name" : "fontclock.font.mntn50.js" , "url" : "fontclock.font.mntn50.js" } ,
{ "name" : "fontclock.font.vector25.js" , "url" : "fontclock.font.vector25.js" } ,
{ "name" : "fontclock.font.vector50.js" , "url" : "fontclock.font.vector50.js" }
]
} ,
2021-02-17 01:24:48 +00:00
{ "id" : "slidingtext" ,
2021-02-17 02:06:09 +00:00
"name" : "Sliding Clock" ,
2021-02-17 01:14:23 +00:00
"icon" : "slidingtext.png" ,
2021-04-27 14:57:51 +00:00
"version" : "0.05" ,
2021-04-22 12:00:36 +00:00
"description" : "Inspired by the Pebble sliding clock, old times are scrolled off the screen and new times on. You are also able to change language on the fly so you can see the time written in other languages using button 1. Currently English, French, Japanese, Spanish and German are supported" ,
2021-02-01 01:58:08 +00:00
"tags" : "clock" ,
"type" : "clock" ,
2021-05-24 18:51:13 +00:00
"allow_emulator" : false ,
2021-04-07 21:45:50 +00:00
"readme" : "README.md" ,
2021-04-11 10:09:57 +00:00
"custom" : "custom.html" ,
2021-02-01 01:58:08 +00:00
"storage" : [
2021-02-17 01:14:23 +00:00
{ "name" : "slidingtext.app.js" , "url" : "slidingtext.js" } ,
2021-04-07 22:25:11 +00:00
{ "name" : "slidingtext.img" , "url" : "slidingtext-icon.js" , "evaluate" : true } ,
2021-04-11 14:18:30 +00:00
{ "name" : "slidingtext.locale.en.js" , "url" : "slidingtext.locale.en.js" } ,
{ "name" : "slidingtext.locale.en2.js" , "url" : "slidingtext.locale.en2.js" } ,
{ "name" : "slidingtext.utils.en.js" , "url" : "slidingtext.utils.en.js" } ,
2021-04-18 08:44:44 +00:00
{ "name" : "slidingtext.locale.es.js" , "url" : "slidingtext.locale.es.js" } ,
2021-04-11 14:18:30 +00:00
{ "name" : "slidingtext.locale.fr.js" , "url" : "slidingtext.locale.fr.js" } ,
{ "name" : "slidingtext.locale.jp.js" , "url" : "slidingtext.locale.jp.js" } ,
2021-04-21 10:15:50 +00:00
{ "name" : "slidingtext.locale.de.js" , "url" : "slidingtext.locale.de.js" } ,
2021-04-07 22:20:25 +00:00
{ "name" : "slidingtext.dtfmt.js" , "url" : "slidingtext.dtfmt.js" }
2021-02-01 01:58:08 +00:00
]
} ,
2021-03-06 20:45:10 +00:00
{ "id" : "sweepclock" ,
"name" : "Sweep Clock" ,
"icon" : "sweepclock.png" ,
2021-05-15 19:30:57 +00:00
"version" : "0.04" ,
2021-05-16 11:14:13 +00:00
"description" : "Smooth sweep secondhand with single hour numeral. Use button 1 to toggle the numeral font, button 3 to change the colour theme and button 4 to change the date placement" ,
2021-03-06 20:29:59 +00:00
"tags" : "clock" ,
"type" : "clock" ,
"allow_emulator" : true ,
2021-03-25 09:55:37 +00:00
"readme" : "README.md" ,
2021-03-06 20:29:59 +00:00
"storage" : [
2021-03-06 20:45:10 +00:00
{ "name" : "sweepclock.app.js" , "url" : "sweepclock.js" } ,
{ "name" : "sweepclock.img" , "url" : "sweepclock-icon.js" , "evaluate" : true }
2021-03-06 20:29:59 +00:00
]
} ,
2020-05-11 16:00:06 +00:00
{ "id" : "imgclock" ,
2020-05-06 10:03:04 +00:00
"name" : "Image background clock" ,
2020-05-11 16:00:06 +00:00
"shortName" : "Image Clock" ,
2020-05-06 10:03:04 +00:00
"icon" : "app.png" ,
2020-05-12 00:58:31 +00:00
"version" : "0.07" ,
2020-05-06 10:03:04 +00:00
"description" : "A clock with an image as a background" ,
"tags" : "clock" ,
2020-05-11 16:00:06 +00:00
"type" : "clock" ,
2020-05-06 10:03:04 +00:00
"custom" : "custom.html" ,
"storage" : [
2020-05-11 16:00:06 +00:00
{ "name" : "imgclock.app.js" , "url" : "app.js" } ,
{ "name" : "imgclock.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "imgclock.face.img" } ,
{ "name" : "imgclock.face.json" } ,
{ "name" : "imgclock.face.bg" , "content" : "" }
2020-05-06 10:03:04 +00:00
]
} ,
2020-04-25 10:11:07 +00:00
{ "id" : "impwclock" ,
"name" : "Imprecise Word Clock" ,
"icon" : "clock-impword.png" ,
2020-05-11 16:00:06 +00:00
"version" : "0.02" ,
2020-04-25 10:11:07 +00:00
"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" ,
2021-06-24 11:04:53 +00:00
"version" : "0.15" ,
2019-11-11 13:01:47 +00:00
"description" : "An Analog Clock" ,
2021-06-24 11:04:53 +00:00
"tags" : "clock,b2" ,
2019-11-11 13:01:47 +00:00
"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" ,
2021-06-24 13:00:40 +00:00
"version" : "0.05" ,
2020-03-06 16:09:45 +00:00
"description" : "This is a simple clock using minimalist 2x3 pixel numerical digits" ,
2021-06-24 13:00:40 +00:00
"tags" : "clock,b2" ,
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
]
} ,
2021-02-17 16:46:58 +00:00
{ "id" : "geissclk" ,
"name" : "Geiss Clock" ,
"icon" : "clock.png" ,
2021-06-24 14:13:45 +00:00
"version" : "0.03" ,
2021-02-17 16:46:58 +00:00
"description" : "7 segment clock with animated background in the style of Ryan Geiss' music visualisation. NOTE: The first run will take ~1 minute to do some precalculation" ,
2021-06-30 09:13:24 +00:00
"tags" : "clock,bno2" ,
2021-02-17 16:46:58 +00:00
"type" : "clock" ,
"storage" : [
{ "name" : "geissclk.app.js" , "url" : "clock.js" } ,
{ "name" : "geissclk.precompute.js" , "url" : "precompute.js" } ,
{ "name" : "geissclk.img" , "url" : "clock-icon.js" , "evaluate" : true }
] ,
"data" : [
{ "name" : "geissclk.0.map" } ,
{ "name" : "geissclk.1.map" } ,
{ "name" : "geissclk.2.map" } ,
{ "name" : "geissclk.3.map" } ,
{ "name" : "geissclk.4.map" } ,
{ "name" : "geissclk.5.map" } ,
{ "name" : "geissclk.0.pal" } ,
{ "name" : "geissclk.1.pal" } ,
{ "name" : "geissclk.2.pal" }
]
} ,
2019-10-30 17:33:58 +00:00
{ "id" : "trex" ,
"name" : "T-Rex" ,
"icon" : "trex.png" ,
2021-05-29 11:04:11 +00:00
"version" : "0.03" ,
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" } ,
2021-05-29 11:04:11 +00:00
{ "name" : "trex.img" , "url" : "trex-icon.js" , "evaluate" : true } ,
{ "name" : "trex.settings.js" , "url" : "settings.js" }
] ,
"data" : [
{ "name" : "trex.score" , "storageFile" : true }
2019-10-30 17:33:58 +00:00
]
} ,
2019-11-07 09:50:03 +00:00
{ "id" : "astroid" ,
"name" : "Asteroids!" ,
"icon" : "asteroids.png" ,
2020-05-11 16:00:06 +00:00
"version" : "0.02" ,
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-05-28 00:48:51 +00:00
"version" : "0.03" ,
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-05-23 10:26:33 +00:00
"version" : "0.04" ,
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" ,
2020-05-26 16:02:10 +00:00
"version" : "0.04" ,
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" ,
2021-07-05 09:01:11 +00:00
"version" : "0.22" ,
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" ,
2021-06-11 23:30:55 +00:00
"readme" : "README.md" ,
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 } ,
2020-12-08 16:10:23 +00:00
{ "name" : "gpsrec.wid.js" , "url" : "widget.js" } ,
{ "name" : "gpsrec.settings.js" , "url" : "settings.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" ,
2020-12-05 10:41:50 +00:00
"version" : "0.05" ,
2020-05-17 11:01:52 +00:00
"description" : "Displays GPS Course and Speed, + Directions to waypoint and waypoint recording, now with waypoint editor" ,
2020-04-18 13:44:00 +00:00
"tags" : "tool,outdoors,gps" ,
2020-04-21 19:22:26 +00:00
"readme" : "README.md" ,
2020-05-17 11:01:52 +00:00
"interface" : "waypoints.html" ,
2020-04-18 13:44:00 +00:00
"storage" : [
2020-12-05 10:41:50 +00:00
{ "name" : "gpsnav.app.js" , "url" : "app.min.js" } ,
2020-04-18 13:44:00 +00:00
{ "name" : "gpsnav.img" , "url" : "app-icon.js" , "evaluate" : true }
2021-04-09 08:58:38 +00:00
] ,
"data" : [
{ "name" : "waypoints.json" , "url" : "waypoints.json" }
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" ,
2021-04-11 10:53:15 +00:00
"version" : "0.05" ,
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-06-13 20:29:17 +00:00
"version" : "0.06" ,
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" ,
2021-06-18 18:16:00 +00:00
"version" : "0.05" ,
2020-04-21 21:18:21 +00:00
"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" } ,
2020-05-24 02:37:38 +00:00
{ "name" : "weather.img" , "url" : "icon.js" , "evaluate" : true } ,
{ "name" : "weather.settings.js" , "url" : "settings.js" }
2020-04-21 21:18:21 +00:00
] ,
"data" : [
{ "name" : "weather.json" }
]
} ,
2020-10-22 16:02:35 +00:00
{ "id" : "chargeanim" ,
"name" : "Charge Animation" ,
"icon" : "icon.png" ,
"version" : "0.01" ,
"description" : "When charging, show a sideways charging animation and keep the screen on. When removed from the charger load the clock again." ,
"tags" : "battery" ,
2020-10-26 16:35:33 +00:00
"allow_emulator" : true ,
2020-10-22 16:02:35 +00:00
"storage" : [
{ "name" : "chargeanim.app.js" , "url" : "app.js" } ,
{ "name" : "chargeanim.boot.js" , "url" : "boot.js" } ,
{ "name" : "chargeanim.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
2020-11-17 12:31:56 +00:00
{ "id" : "bluetoothdock" ,
"name" : "Bluetooth Dock" ,
"shortName" : "Dock" ,
"icon" : "app.png" ,
"version" : "0.01" ,
"description" : "When charging shows the time, scans Bluetooth for known devices (eg temperature) and shows them on the screen" ,
"tags" : "bluetooth" ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "bluetoothdock.app.js" , "url" : "app.js" } ,
{ "name" : "bluetoothdock.boot.js" , "url" : "boot.js" } ,
{ "name" : "bluetoothdock.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
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" ,
2021-06-22 08:36:57 +00:00
"version" : "0.07" ,
2019-11-06 17:25:02 +00:00
"description" : "Show the current battery level and charging status in the top right of the clock" ,
2021-06-23 07:59:09 +00:00
"tags" : "widget,battery,b2" ,
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
]
} ,
2021-05-26 15:21:52 +00:00
{ "id" : "widlock" ,
"name" : "Lock Widget" ,
"icon" : "widget.png" ,
2021-06-22 08:36:57 +00:00
"version" : "0.03" ,
2021-05-26 15:21:52 +00:00
"description" : "On devices with always-on display (Bangle.js 2) this displays lock icon whenever the display is locked" ,
2021-06-23 07:59:09 +00:00
"tags" : "widget,lock,b2" ,
2021-05-26 15:21:52 +00:00
"type" : "widget" ,
"storage" : [
{ "name" : "widlock.wid.js" , "url" : "widget.js" }
]
} ,
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-07-20 19:57:09 +00:00
{ "id" : "widbatwarn" ,
"name" : "Battery Warning" ,
"shortName" : "Battery Warning" ,
"icon" : "widget.png" ,
2020-07-20 21:06:58 +00:00
"readme" : "README.md" ,
2021-03-23 18:55:28 +00:00
"version" : "0.02" ,
2020-07-20 19:57:09 +00:00
"description" : "Show a warning when the battery runs low." ,
"tags" : "tool,battery" ,
"type" : "widget" ,
"dependencies" : { "notify" : "type" } ,
"storage" : [
{ "name" : "widbatwarn.wid.js" , "url" : "widget.js" } ,
{ "name" : "widbatwarn.settings.js" , "url" : "settings.js" }
] ,
"data" : [
{ "name" : "widbatwarn.json" }
]
} ,
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" ,
2021-06-22 08:36:57 +00:00
"version" : "0.05" ,
2019-11-07 09:17:24 +00:00
"description" : "Show the current Bluetooth connection status in the top right of the clock" ,
2021-06-23 07:59:09 +00:00
"tags" : "widget,bluetooth,b2" ,
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
]
} ,
2021-03-20 19:53:53 +00:00
{ "id" : "widchime" ,
"name" : "Hour Chime" ,
"icon" : "widget.png" ,
2021-03-24 10:53:24 +00:00
"version" : "0.02" ,
2021-03-20 19:53:53 +00:00
"description" : "Buzz or beep on every whole hour." ,
"tags" : "widget" ,
"type" : "widget" ,
"storage" : [
{ "name" : "widchime.wid.js" , "url" : "widget.js" } ,
{ "name" : "widchime.settings.js" , "url" : "settings.js" }
] ,
"data" : [
{ "name" : "widchime.json" }
]
} ,
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" ,
2021-05-28 10:58:08 +00:00
"version" : "0.04" ,
2020-11-30 11:51:03 +00:00
"description" : "Measure your heart rate and see live sensor data" ,
2019-11-06 22:12:54 +00:00
"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" ,
2020-05-11 16:00:06 +00:00
"version" : "0.02" ,
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" ,
2020-05-11 16:00:06 +00:00
"version" : "0.02" ,
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" ,
2020-05-11 16:00:06 +00:00
"version" : "0.02" ,
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" ,
2020-05-06 08:50:47 +00:00
"icon" : "app.png" ,
2020-05-11 16:00:06 +00:00
"version" : "0.02" ,
2019-11-06 17:25:02 +00:00
"description" : "Use this to upload a customised QR code to Bangle.js" ,
2020-05-06 08:50:47 +00:00
"tags" : "qrcode" ,
"custom" : "custom.html" ,
2019-11-06 17:25:02 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "qrcode.app.js" } ,
2020-05-11 16:00:06 +00:00
{ "name" : "qrcode.img" , "url" : "app-icon.js" , "evaluate" : true }
2019-10-30 20:34:41 +00:00
]
2019-11-06 21:35:14 +00:00
} ,
{ "id" : "beer" ,
"name" : "Beer Compass" ,
2020-05-06 08:55:14 +00:00
"icon" : "app.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" : "" ,
2020-05-06 08:55:14 +00:00
"custom" : "custom.html" ,
2019-11-06 21:35:14 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "beer.app.js" } ,
2020-05-11 16:00:06 +00:00
{ "name" : "beer.img" , "url" : "app-icon.js" , "evaluate" : true }
2019-11-06 21:35:14 +00:00
]
2019-11-06 21:51:47 +00:00
} ,
{ "id" : "route" ,
"name" : "Route Viewer" ,
2020-05-06 08:59:28 +00:00
"icon" : "app.png" ,
2021-04-14 12:58:09 +00:00
"version" : "0.02" ,
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" : "" ,
2020-05-06 08:59:28 +00:00
"custom" : "custom.html" ,
2019-11-06 21:51:47 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "route.app.js" } ,
2020-05-11 16:00:06 +00:00
{ "name" : "route.img" , "url" : "app-icon.js" , "evaluate" : true }
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-05-14 20:32:36 +00:00
"version" : "0.06" ,
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" ,
2021-06-24 13:17:16 +00:00
"version" : "0.05" ,
2020-02-07 14:02:00 +00:00
"description" : "A Simple Digital Clock" ,
2021-06-24 13:17:16 +00:00
"tags" : "clock,b2" ,
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
]
} ,
2021-05-26 20:06:48 +00:00
{ "id" : "s7clk" ,
"name" : "Simple 7 segment Clock" ,
"icon" : "icon.png" ,
2021-06-24 13:14:42 +00:00
"version" : "0.03" ,
2021-05-26 20:06:48 +00:00
"description" : "A simple 7 segment Clock with date" ,
2021-06-23 07:59:09 +00:00
"tags" : "clock,b2" ,
2021-05-26 20:06:48 +00:00
"type" : "clock" ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "s7clk.app.js" , "url" : "app.js" } ,
{ "name" : "s7clk.img" , "url" : "icon.js" , "evaluate" : true }
]
} ,
2020-09-23 07:44:58 +00:00
{ "id" : "vibrclock" ,
"name" : "Vibrate Clock" ,
"icon" : "app.png" ,
2021-06-24 13:00:40 +00:00
"version" : "0.03" ,
2020-09-23 07:44:58 +00:00
"description" : "When BTN1 is pressed, vibrate out the time as a series of buzzes, one digit at a time. Hours, then Minutes. Zero is signified by one long buzz. Otherwise a simple digital clock." ,
"tags" : "clock" ,
"type" : "clock" ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "vibrclock.app.js" , "url" : "app.js" } ,
{ "name" : "vibrclock.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
2020-06-28 19:03:05 +00:00
{ "id" : "svclock" ,
"name" : "Simple V-Clock" ,
"icon" : "vclock-simple.png" ,
"version" : "0.01" ,
"description" : "Modification of Simple Clock 0.04 to use Vectorfont" ,
"tags" : "clock" ,
"type" : "clock" ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "svclock.app.js" , "url" : "vclock-simple.js" } ,
{ "name" : "svclock.img" , "url" : "vclock-simple-icon.js" , "evaluate" : true }
]
} ,
2020-03-27 23:53:38 +00:00
{ "id" : "dclock" ,
"name" : "Dev Clock" ,
"icon" : "clock-dev.png" ,
2021-06-24 14:11:14 +00:00
"version" : "0.10" ,
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)" ,
2021-06-24 14:11:14 +00:00
"tags" : "clock,b2" ,
2020-03-27 23:53:38 +00:00
"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" ,
2021-06-24 12:12:59 +00:00
"version" : "0.03" ,
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-05-11 16:00:06 +00:00
"version" : "0.04" ,
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-11-16 09:17:33 +00:00
"version" : "0.04" ,
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
} ,
2020-09-23 10:18:20 +00:00
{ "id" : "assistedgps" ,
2020-12-08 15:40:15 +00:00
"name" : "Assisted GPS Update (AGPS)" ,
2020-09-23 10:18:20 +00:00
"icon" : "app.png" ,
"version" : "0.01" ,
2021-01-13 08:59:22 +00:00
"description" : "Downloads assisted GPS (AGPS) data to Bangle.js for faster GPS startup and more accurate fixes. **No app will be installed**, this just uploads new data to the GPS chip." ,
2020-09-23 10:18:20 +00:00
"custom" : "custom.html" ,
2020-12-08 15:40:15 +00:00
"tags" : "tool,outdoors,agps" ,
2020-09-23 10:38:02 +00:00
"type" : "RAM" ,
"storage" : [ ]
2020-09-23 10:18:20 +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" ,
2021-06-24 12:12:59 +00:00
"version" : "0.06" ,
2019-11-16 21:22:26 +00:00
"description" : "A clock with big digits" ,
2021-06-24 12:12:59 +00:00
"tags" : "clock,b2" ,
2019-11-16 21:22:26 +00:00
"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" ,
2021-06-24 13:00:40 +00:00
"version" : "0.04" ,
2020-01-03 07:18:44 +00:00
"description" : "Simple, readable and practical clock" ,
2021-06-24 13:00:40 +00:00
"tags" : "clock,b2" ,
2020-01-03 07:18:44 +00:00
"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" ,
2021-06-24 13:00:40 +00:00
"version" : "0.05" ,
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" ,
2021-06-22 08:36:57 +00:00
"version" : "0.14" ,
2020-01-03 07:18:44 +00:00
"description" : "Daily pedometer widget" ,
2021-06-23 07:59:09 +00:00
"tags" : "widget,b2" ,
2020-01-03 07:18:44 +00:00
"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" ,
2021-06-24 12:12:59 +00:00
"version" : "0.04" ,
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" ,
2021-06-24 14:11:14 +00:00
"version" : "0.03" ,
2020-01-03 20:55:25 +00:00
"description" : "Watch-centered digital 24h clock with date in dd.mm.yyyy format." ,
2021-06-30 09:13:24 +00:00
"tags" : "clock,bno2" ,
2020-01-03 17:20:44 +00:00
"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-06-23 12:13:14 +00:00
"readme" : "README.md" ,
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" ,
2021-06-24 13:14:42 +00:00
"version" : "0.04" ,
2020-02-15 22:41:58 +00:00
"description" : "Pipboy themed clock" ,
2021-06-30 09:13:24 +00:00
"tags" : "clock,bno2" ,
2020-02-15 22:41:58 +00:00
"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" ,
2020-05-04 12:21:16 +00:00
"description" : "Simple grocery (shopping) list - Display a list of product and track if you already put them in your cart." ,
"tags" : "tool,outdoors,shopping,list" ,
2020-03-26 17:03:53 +00:00
"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" ,
2021-03-20 18:05:48 +00:00
"version" : "0.15" ,
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" ,
2020-06-23 09:28:59 +00:00
"allow_emulator" : false ,
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" ,
2021-06-24 12:24:43 +00:00
"version" : "0.13" ,
2020-04-01 07:30:38 +00:00
"description" : "Simple CLI-Styled Clock" ,
2021-06-24 12:24:43 +00:00
"tags" : "clock,cli,command,bash,shell,b2" ,
2020-04-01 07:30:38 +00:00
"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" ,
2021-06-24 12:12:59 +00:00
"version" : "0.07" ,
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" ,
2021-06-10 18:46:02 +00:00
"readme" : "README.md" ,
2020-03-30 19:34:44 +00:00
"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" ,
2021-06-24 13:39:25 +00:00
"version" : "0.03" ,
2020-04-03 18:12:26 +00:00
"description" : "A Minimal Dot Analog Clock" ,
2021-06-24 13:39:25 +00:00
"tags" : "clock,b2" ,
2020-04-03 18:12:26 +00:00
"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" ,
2020-11-19 03:39:10 +00:00
"version" : "0.02" ,
2020-04-03 08:22:14 +00:00
"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-09-04 18:56:40 +00:00
"version" : "0.04" ,
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" ,
2021-06-24 10:37:30 +00:00
"version" : "0.08" ,
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" ,
2021-06-23 07:59:09 +00:00
"tags" : "outdoors,gps,b2" ,
2020-04-07 20:41:57 +00:00
"custom" : "custom.html" ,
"storage" : [
2020-12-08 15:59:00 +00:00
{ "name" : "openstmap" , "url" : "openstmap.js" } ,
2020-04-07 20:41:57 +00:00
{ "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" ,
2021-02-04 19:47:27 +00:00
"version" : "0.09" ,
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" ,
2021-06-24 14:45:49 +00:00
"version" : "0.03" ,
2020-04-09 16:25:11 +00:00
"description" : "Stopwatch with 5 laps supported (cyclically replaced)" ,
2021-06-24 14:45:49 +00:00
"tags" : "stopwatch,chrono,timer,chronometer,b2" ,
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-05-11 18:48:50 +00:00
"version" : "0.10" ,
2020-04-16 09:26:57 +00:00
"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" ,
2021-06-24 12:12:59 +00:00
"version" : "0.09" ,
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-10-21 13:05:21 +00:00
"version" : "0.03" ,
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" ,
2021-01-13 14:13:31 +00:00
"version" : "0.16" ,
2020-12-03 21:03:56 +00:00
"description" : "A Watchface inspired by Tony Stark's EDITH and based on https://arwes.dev/" ,
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
} ,
2020-12-04 09:54:36 +00:00
{ "id" : "dane_tcr" ,
"name" : "DANE Touch Launcher" ,
"shortName" : "DANE Toucher" ,
"icon" : "app.png" ,
2020-12-17 10:58:55 +00:00
"version" : "0.07" ,
2020-12-04 09:54:36 +00:00
"description" : "Touch enable left to right launcher in the style of the DANE Watchface" ,
"tags" : "tool,system,launcher" ,
"type" : "launch" ,
"data" : [
{ "name" : "dane_tcr.json" }
] ,
"storage" : [
{ "name" : "dane_tcr.app.js" , "url" : "app.js" } ,
2020-12-17 10:54:48 +00:00
{ "name" : "dane_tcr.settings.js" , "url" : "settings.js" }
2020-12-04 09:54:36 +00:00
] ,
"sortorder" : -10
} ,
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" ,
2021-02-22 15:10:30 +00:00
"version" : "0.10" ,
2021-01-06 16:05:01 +00:00
"interface" : "interface.html" ,
"description" : "An app for running sessions. Displays info and logs your run for later viewing." ,
2020-04-19 16:03:14 +00:00
"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-06-01 13:53:28 +00:00
"version" : "0.06" ,
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" ,
2020-05-11 16:00:06 +00:00
"version" : "0.03" ,
2020-04-17 17:12:17 +00:00
"description" : "Enable HID, connect to your phone, start your camera and trigger the shot on your Bangle" ,
2020-04-29 17:41:29 +00:00
"readme" : "README.md" ,
2020-04-29 17:17:25 +00:00
"tags" : "bluetooth,tool" ,
2020-04-17 17:12:17 +00:00
"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-12-02 16:02:55 +00:00
{ "id" : "swlclk" ,
"name" : "SWL Clock / Short Wave Listner Clock" ,
"shortName" : "SWL Clock" ,
"icon" : "swlclk.png" ,
"version" : "0.01" ,
"description" : "Display Local, UTC time and some programs on the shorts waves along the day, with the frequencies" ,
"tags" : "tool,clock" ,
"type" : "clock" ,
"readme" : "README.md" ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "swlclk.app.js" , "url" : "app.js" } ,
{ "name" : "swlclk.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
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" ,
2021-03-22 19:27:15 +00:00
"shortName" : "Round Clock" ,
2020-04-18 09:17:50 +00:00
"icon" : "app.png" ,
2021-03-22 19:27:15 +00:00
"version" : "0.05" ,
2020-05-07 07:21:12 +00:00
"description" : "Designed round clock with ticks for minutes and seconds and heart rate indication" ,
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
} ,
2021-03-29 17:49:19 +00:00
{
"id" : "fclock" ,
2021-03-29 18:02:38 +00:00
"name" : "fclock" ,
2021-03-29 17:53:28 +00:00
"shortName" : "F Clock" ,
2021-03-29 17:49:19 +00:00
"icon" : "app.png" ,
"version" : "0.01" ,
2021-03-29 18:02:38 +00:00
"description" : "Simple design of a digital clock" ,
2021-03-29 17:49:19 +00:00
"tags" : "clock" ,
"type" : "clock" ,
"storage" : [
{ "name" : "fclock.app.js" , "url" : "fclock.app.js" } ,
{ "name" : "fclock.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" ,
2020-04-30 14:45:10 +00:00
"readme" : "README.md" ,
2020-04-20 14:49:49 +00:00
"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-05-11 16:00:06 +00:00
"version" : "0.03" ,
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" ,
2020-04-30 14:45:10 +00:00
"readme" : "README.md" ,
2020-05-06 08:55:14 +00:00
"custom" : "custom.html" ,
2020-04-20 18:46:00 +00:00
"storage" : [
{ "name" : "osmpoi.app.js" } ,
2020-05-11 16:00:06 +00:00
{ "name" : "osmpoi.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-04-20 18:46:00 +00:00
]
2020-04-21 10:18:29 +00:00
} ,
{ "id" : "pong" ,
"name" : "Pong" ,
"shortName" : "Pong" ,
"icon" : "pong.png" ,
2020-06-14 17:00:02 +00:00
"version" : "0.03" ,
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" }
]
2020-06-26 21:57:47 +00:00
} ,
2020-07-16 07:24:13 +00:00
{ "id" : "calendar" ,
2020-04-28 22:12:06 +00:00
"name" : "Calendar" ,
"icon" : "calendar.png" ,
2021-06-24 13:28:46 +00:00
"version" : "0.02" ,
2020-04-28 22:12:06 +00:00
"description" : "Simple calendar" ,
2021-06-24 13:28:46 +00:00
"tags" : "calendar,b2" ,
2020-04-28 22:12:06 +00:00
"readme" : "README.md" ,
"allow_emulator" : true ,
"storage" : [
{
"name" : "calendar.app.js" ,
"url" : "calendar.js"
} ,
{
"name" : "calendar.img" ,
"url" : "calendar-icon.js" ,
"evaluate" : true
}
]
2020-04-29 07:27:00 +00:00
} ,
2020-05-11 16:00:06 +00:00
{ "id" : "hidjoystick" ,
2020-04-27 21:22:53 +00:00
"name" : "Bluetooth Joystick" ,
"shortName" : "Joystick" ,
"icon" : "app.png" ,
2020-05-11 16:00:06 +00:00
"version" : "0.01" ,
2020-04-29 07:27:00 +00:00
"description" : "Emulates a 2 axis/5 button Joystick using the accelerometer as stick input and buttons 1-3, touch left as button 4 and touch right as button 5." ,
2020-04-27 21:22:53 +00:00
"tags" : "bluetooth" ,
"storage" : [
2020-05-11 16:00:06 +00:00
{ "name" : "hidjoystick.app.js" , "url" : "app.js" } ,
{ "name" : "hidjoystick.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-04-27 21:22:53 +00:00
]
2020-05-03 19:12:28 +00:00
} ,
{
"id" : "largeclock" ,
"name" : "Large Clock" ,
"icon" : "largeclock.png" ,
2020-11-12 18:53:41 +00:00
"version" : "0.07" ,
2020-05-03 19:12:28 +00:00
"description" : "A readable and informational digital watch, with date, seconds and moon phase" ,
"readme" : "README.md" ,
"tags" : "clock" ,
"type" : "clock" ,
"allow_emulator" : true ,
"storage" : [
{
"name" : "largeclock.app.js" ,
"url" : "largeclock.js"
} ,
{
"name" : "largeclock.img" ,
"url" : "largeclock-icon.js" ,
"evaluate" : true
} ,
{
"name" : "largeclock.settings.js" ,
"url" : "settings.js"
2020-05-04 07:32:04 +00:00
}
2020-05-12 07:08:19 +00:00
] ,
"data" : [
{ "name" : "largeclock.json" }
2020-05-04 07:32:04 +00:00
]
} ,
2020-05-11 16:00:06 +00:00
{ "id" : "smtswch" ,
2020-05-01 18:14:47 +00:00
"name" : "Smart Switch" ,
2020-05-11 16:00:06 +00:00
"shortName" : "Smart Switch" ,
2020-05-01 18:14:47 +00:00
"icon" : "app.png" ,
2020-05-11 16:00:06 +00:00
"version" : "0.01" ,
2020-05-01 18:14:47 +00:00
"description" : "Using EspruinoHub, control your smart devices on and off via Bluetooth Low Energy!" ,
"tags" : "bluetooth,btle,smart,switch" ,
"type" : "app" ,
"readme" : "README.md" ,
"storage" : [
2020-05-11 16:00:06 +00:00
{ "name" : "smtswch.app.js" , "url" : "app.js" } ,
{ "name" : "smtswch.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "light-on.img" , "url" : "light-on.js" , "evaluate" : true } ,
{ "name" : "light-off.img" , "url" : "light-off.js" , "evaluate" : true } ,
{ "name" : "switch-on.img" , "url" : "switch-on.js" , "evaluate" : true } ,
{ "name" : "switch-off.img" , "url" : "switch-off.js" , "evaluate" : true }
2020-05-01 18:14:47 +00:00
]
2020-05-04 07:28:06 +00:00
} ,
2020-05-12 10:05:07 +00:00
{ "id" : "miplant" ,
"name" : "Xiaomi Plant Sensor" ,
"shortName" : "Mi Plant" ,
"icon" : "app.png" ,
2020-10-28 15:17:56 +00:00
"version" : "0.02" ,
2020-05-12 10:05:07 +00:00
"description" : "Reads and displays data from Xiaomi bluetooth plant moisture sensors" ,
"tags" : "xiaomi,mi,plant,ble,bluetooth" ,
"storage" : [
{ "name" : "miplant.app.js" , "url" : "app.js" } ,
{ "name" : "miplant.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
2020-05-02 11:45:22 +00:00
{
2020-05-04 07:29:12 +00:00
"id" : "simpletimer" ,
2020-05-02 11:45:22 +00:00
"name" : "Timer" ,
"icon" : "app.png" ,
2020-10-16 08:34:48 +00:00
"version" : "0.07" ,
2020-05-02 11:45:22 +00:00
"description" : "Simple timer, useful when playing board games or cooking" ,
"tags" : "timer" ,
"readme" : "README.md" ,
"allow_emulator" : true ,
"storage" : [
{
2020-05-04 07:29:12 +00:00
"name" : "simpletimer.app.js" ,
2020-05-02 11:45:22 +00:00
"url" : "app.js"
} ,
2020-05-05 21:24:23 +00:00
{
"name" : ".tfnames" ,
"url" : "gesture-tfnames.js" ,
"evaluate" : true
} ,
{
"name" : ".tfmodel" ,
"url" : "gesture-tfmodel.js" ,
"evaluate" : true
} ,
2020-05-02 11:45:22 +00:00
{
2020-05-04 07:29:12 +00:00
"name" : "simpletimer.img" ,
2020-05-02 11:45:22 +00:00
"url" : "app-icon.js" ,
2020-05-03 19:12:28 +00:00
"evaluate" : true
}
2020-05-28 20:29:58 +00:00
] ,
"data" : [
{
"name" : "simpletimer.json"
}
2020-05-03 19:12:28 +00:00
]
2020-05-05 13:15:13 +00:00
} ,
{
"id" : "beebclock" ,
"name" : "Beeb Clock" ,
"icon" : "beebclock.png" ,
2021-06-24 12:12:59 +00:00
"version" : "0.04" ,
2020-05-05 13:15:13 +00:00
"description" : "Clock face that may be coincidentally familiar to BBC viewers" ,
"tags" : "clock" ,
"type" : "clock" ,
"allow_emulator" : true ,
"storage" : [
2020-05-11 16:00:06 +00:00
{ "name" : "beebclock.app.js" , "url" : "beebclock.js" } ,
{ "name" : "beebclock.img" , "url" : "beebclock-icon.js" , "evaluate" : true }
2020-05-05 13:15:13 +00:00
]
2020-05-07 14:33:11 +00:00
} ,
2020-05-11 16:00:06 +00:00
{ "id" : "findphone" ,
2020-05-07 14:33:11 +00:00
"name" : "Find Phone" ,
2020-05-11 16:00:06 +00:00
"shortName" : "Find Phone" ,
2020-05-07 14:33:11 +00:00
"icon" : "app.png" ,
2020-09-25 10:50:26 +00:00
"version" : "0.02" ,
"description" : "Find your phone via Gadgetbridge. Click any button to let your phone ring. 📳 Note: The functionality is available even without this app, just go to Settings, App Settings, Gadgetbridge, Find Phone." ,
2020-05-07 14:33:11 +00:00
"tags" : "tool,android" ,
"readme" : "README.md" ,
"allow_emulator" : true ,
"storage" : [
2020-05-11 16:00:06 +00:00
{ "name" : "findphone.app.js" , "url" : "app.js" } ,
{ "name" : "findphone.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{ "id" : "getup" ,
"name" : "Get Up" ,
"shortName" : "Get Up" ,
"icon" : "app.png" ,
"version" : "0.01" ,
"description" : "Reminds you to getup every x minutes. Sitting to long is dangerous!" ,
"tags" : "tools,health" ,
"readme" : "README.md" ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "getup.app.js" , "url" : "app.js" } ,
{ "name" : "getup.settings.js" , "url" : "settings.js" } ,
{ "name" : "getup.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-05-10 23:29:32 +00:00
]
} ,
{
"id" : "gallifr" ,
2020-05-11 09:35:17 +00:00
"name" : "Time Traveller's Chronometer" ,
"shortName" : "Time Travel Clock" ,
2020-05-10 23:29:32 +00:00
"icon" : "gallifr.png" ,
2021-06-24 14:13:45 +00:00
"version" : "0.02" ,
2020-05-11 09:35:17 +00:00
"description" : "A clock for time travellers. The light pie segment shows the minutes, the black circle, the hour. The dial itself reads 'time' just in case you forget." ,
2021-06-24 14:13:45 +00:00
"tags" : "clock,b2" ,
2020-05-12 07:08:19 +00:00
"readme" : "README.md" ,
2020-05-10 23:29:32 +00:00
"type" : "clock" ,
2020-05-11 00:29:27 +00:00
"allow_emulator" : true ,
2020-05-10 23:29:32 +00:00
"storage" : [
{ "name" : "gallifr.app.js" , "url" : "app.js" } ,
2020-05-11 00:29:27 +00:00
{ "name" : "gallifr.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "gallifr.settings.js" , "url" : "settings.js" }
] ,
"data" : [
2020-05-12 07:08:19 +00:00
{ "name" : "gallifr.json" }
2020-05-10 23:29:32 +00:00
]
2020-05-12 21:10:14 +00:00
} ,
{ "id" : "rndmclk" ,
"name" : "Random Clock Loader" ,
"icon" : "rndmclk.png" ,
2020-05-24 15:57:55 +00:00
"version" : "0.03" ,
2020-05-12 21:10:14 +00:00
"description" : "Load a different clock whenever the LCD is switched on." ,
"readme" : "README.md" ,
"tags" : "widget,clock" ,
"type" : "widget" ,
"storage" : [
{ "name" : "rndmclk.wid.js" , "url" : "widget.js" }
]
2020-05-02 20:43:16 +00:00
} ,
2020-05-14 18:49:20 +00:00
{ "id" : "dotmatrixclock" ,
2020-05-02 20:43:16 +00:00
"name" : "Dotmatrix Clock" ,
"icon" : "dotmatrixclock.png" ,
"version" : "0.01" ,
"description" : "A clear white-on-blue dotmatrix simulated clock" ,
"tags" : "clock,dotmatrix,retro" ,
"type" : "clock" ,
"allow_emulator" : true ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "dotmatrixclock.app.js" , "url" : "app.js" } ,
{ "name" : "dotmatrixclock.img" , "url" : "dotmatrixclock-icon.js" , "evaluate" : true }
]
2020-05-15 11:42:12 +00:00
} ,
{
"id" : "jbm8b" ,
"name" : "Magic 8 Ball" ,
"shortName" : "Magic 8 Ball" ,
"icon" : "app.png" ,
"description" : "A simple fortune telling app" ,
"tags" : "game" ,
2020-06-01 10:27:51 +00:00
"version" : "0.03" ,
2020-05-15 11:42:12 +00:00
"storage" : [
{ "name" : "jbm8b.app.js" , "url" : "app.js" } ,
{ "name" : "jbm8b.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-06-01 10:27:51 +00:00
]
2020-05-19 14:33:01 +00:00
} ,
2020-06-01 09:42:57 +00:00
{ "id" : "BLEcontroller" ,
2020-06-01 13:22:38 +00:00
"name" : "BLE Customisable Controller with Joystick" ,
2020-05-17 17:07:04 +00:00
"shortName" : "BLE Controller" ,
"icon" : "BLEcontroller.png" ,
"version" : "0.01" ,
2020-06-01 13:22:38 +00:00
"description" : "A configurable controller for BLE devices and robots, with a basic four direction joystick. Designed to be easy to customise so you can add your own menus." ,
2020-05-17 17:18:56 +00:00
"tags" : "tool,bluetooth" ,
2020-05-17 17:07:04 +00:00
"readme" : "README.md" ,
2020-06-01 16:30:19 +00:00
"allow_emulator" : false ,
2020-05-17 17:07:04 +00:00
"storage" : [
{ "name" : "BLEcontroller.app.js" , "url" : "app.js" } ,
{ "name" : "BLEcontroller.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-06-01 09:42:57 +00:00
]
2020-06-11 14:06:22 +00:00
} ,
2020-05-19 14:33:01 +00:00
{ "id" : "widviz" ,
"name" : "Widget Visibility Widget" ,
"shortName" : "Viz Widget" ,
"icon" : "eye.png" ,
2020-05-22 12:18:33 +00:00
"version" : "0.02" ,
"description" : "Swipe left to hide top bar widgets, swipe right to redisplay." ,
2020-05-19 14:33:01 +00:00
"tags" : "widget" ,
"type" : "widget" ,
"storage" : [
{ "name" : "widviz.wid.js" , "url" : "widget.js" }
]
2020-05-24 20:40:42 +00:00
} ,
{ "id" : "binclock" ,
2020-05-24 20:48:48 +00:00
"name" : "Binary Clock" ,
"shortName" : "Binary Clock" ,
"icon" : "app.png" ,
2021-06-24 12:12:59 +00:00
"version" : "0.03" ,
2020-05-24 20:48:48 +00:00
"description" : "A binary clock with hours and minutes. BTN1 toggles a digital clock." ,
2020-05-25 07:15:52 +00:00
"tags" : "clock,binary" ,
"type" : "clock" ,
2020-05-24 20:48:48 +00:00
"storage" : [
{ "name" : "binclock.app.js" , "url" : "app.js" } ,
{ "name" : "binclock.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-05-28 13:36:54 +00:00
} ,
2020-05-26 16:02:10 +00:00
{
2020-05-23 15:31:48 +00:00
"id" : "pizzatimer" ,
"name" : "Pizza Timer" ,
2020-05-23 15:43:50 +00:00
"shortName" : "Pizza Timer" ,
2020-05-23 15:31:48 +00:00
"icon" : "pizza.png" ,
"version" : "0.01" ,
"description" : "A timer app for when you cook Pizza. Some say it can also time other things" ,
"tags" : "timer,tool,pizza" ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "pizzatimer.app.js" , "url" : "app.js" } ,
{ "name" : "pizzatimer.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-05-28 13:36:54 +00:00
} ,
{ "id" : "animclk" ,
"name" : "Animated Clock" ,
"shortName" : "Anim Clock" ,
"icon" : "app.png" ,
2021-06-24 11:15:01 +00:00
"version" : "0.03" ,
2020-05-28 13:36:54 +00:00
"description" : "An animated clock face using Mark Ferrari's amazing 8 bit game art and palette cycling: http://www.markferrari.com/art/8bit-game-art" ,
2021-06-30 09:13:24 +00:00
"tags" : "clock,animated,bno2" ,
2020-05-28 13:36:54 +00:00
"type" : "clock" ,
"storage" : [
{ "name" : "animclk.app.js" , "url" : "app.js" } ,
{ "name" : "animclk.pixels1" , "url" : "animclk.pixels1" } ,
{ "name" : "animclk.pixels2" , "url" : "animclk.pixels2" } ,
{ "name" : "animclk.pal" , "url" : "animclk.pal" } ,
{ "name" : "animclk.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-05-28 13:37:55 +00:00
} ,
2020-06-04 09:21:02 +00:00
{ "id" : "analogimgclk" ,
"name" : "Analog Clock (Image background)" ,
"shortName" : "Analog Clock" ,
"icon" : "app.png" ,
2021-06-24 11:13:56 +00:00
"version" : "0.03" ,
2020-06-04 09:21:02 +00:00
"description" : "An analog clock with an image background" ,
2021-06-30 09:13:24 +00:00
"tags" : "clock,bno2" ,
2020-06-04 09:21:02 +00:00
"type" : "clock" ,
"storage" : [
{ "name" : "analogimgclk.app.js" , "url" : "app.js" } ,
{ "name" : "analogimgclk.bg.img" , "url" : "bg.img" } ,
{ "name" : "analogimgclk.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
2020-05-31 14:06:31 +00:00
{
2020-05-28 12:54:43 +00:00
"id" : "verticalface" ,
"name" : "Vertical watch face" ,
"shortName" : "Vertical Face" ,
"icon" : "app.png" ,
2021-06-28 10:13:47 +00:00
"version" : "0.09" ,
2020-10-15 12:53:42 +00:00
"description" : "A simple vertical watch face with the date. Heart rate monitor is toggled with BTN1" ,
2020-05-28 12:54:43 +00:00
"tags" : "clock" ,
"type" : "clock" ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "verticalface.app.js" , "url" : "app.js" } ,
{ "name" : "verticalface.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
2020-05-27 05:50:48 +00:00
{ "id" : "sleepphasealarm" ,
"name" : "SleepPhaseAlarm" ,
"shortName" : "SleepPhaseAlarm" ,
2020-05-27 06:03:15 +00:00
"icon" : "app.png" ,
2021-03-23 18:56:34 +00:00
"version" : "0.02" ,
2020-05-27 05:50:48 +00:00
"description" : "Uses the accelerometer to estimate sleep and wake states with the principle of Estimation of Stationary Sleep-segments (ESS, see https://ubicomp.eti.uni-siegen.de/home/datasets/ichi14/index.html.en). This app will read the next alarm from the alarm application and will wake you up to 30 minutes early at the best guessed time when you are almost already awake." ,
"tags" : "alarm" ,
"storage" : [
{ "name" : "sleepphasealarm.app.js" , "url" : "app.js" } ,
2020-05-27 06:01:01 +00:00
{ "name" : "sleepphasealarm.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-05-27 05:50:48 +00:00
]
2020-06-03 16:28:17 +00:00
} ,
{ "id" : "life" ,
"name" : "Game of Life" ,
"icon" : "life.png" ,
2020-06-04 16:17:27 +00:00
"version" : "0.04" ,
2020-06-03 16:28:17 +00:00
"description" : "Conway's Game of Life - 16x16 board" ,
"tags" : "game" ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "life.app.js" , "url" : "life.min.js" } ,
{ "name" : "life.img" , "url" : "life-icon.js" , "evaluate" : true }
]
2020-06-09 11:12:00 +00:00
} ,
{ "id" : "magnav" ,
"name" : "Navigation Compass" ,
"icon" : "magnav.png" ,
2020-12-09 15:10:06 +00:00
"version" : "0.04" ,
2020-06-09 11:12:00 +00:00
"description" : "Compass with linear display as for GPSNAV. Has Tilt compensation and remembers calibration." ,
"readme" : "README.md" ,
"tags" : "tool,outdoors" ,
"storage" : [
{ "name" : "magnav.app.js" , "url" : "magnav.min.js" } ,
{ "name" : "magnav.img" , "url" : "magnav-icon.js" , "evaluate" : true }
] ,
"data" : [ { "name" : "magnav.json" } ]
2020-06-11 12:37:55 +00:00
} ,
{ "id" : "gpspoilog" ,
"name" : "GPS POI Logger" ,
"shortName" : "GPS POI Log" ,
"icon" : "app.png" ,
"version" : "0.01" ,
"description" : "A simple app to log points of interest with their GPS coordinates and read them back onto your PC. Based on the https://www.espruino.com/Bangle.js+Storage tutorial" ,
"tags" : "outdoors" ,
"interface" : "interface.html" ,
"storage" : [
{ "name" : "gpspoilog.app.js" , "url" : "app.js" } ,
{ "name" : "gpspoilog.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-06-13 06:15:43 +00:00
} ,
{ "id" : "miclock2" ,
"name" : "Mixed Clock 2" ,
"icon" : "clock-mixed.png" ,
"version" : "0.01" ,
"description" : "White color variant of the Mixed Clock with thicker clock hands for better readability in the bright sunlight, extra space under the clock for widgets and seconds in the digital clock." ,
"tags" : "clock" ,
"type" : "clock" ,
"allow_emulator" : true ,
"storage" : [
2020-06-13 06:25:48 +00:00
{ "name" : "miclock2.app.js" , "url" : "clock-mixed.js" } ,
{ "name" : "miclock2.img" , "url" : "clock-mixed-icon.js" , "evaluate" : true }
2020-06-13 06:15:43 +00:00
]
2020-06-17 10:07:47 +00:00
} ,
{ "id" : "1button" ,
"name" : "One-Button-Tracker" ,
"icon" : "widget.png" ,
"version" : "0.01" ,
"interface" : "interface.html" ,
"description" : "A widget that turns BTN1 into a tracker, records time of button press/release." ,
"tags" : "tool,quantifiedself,widget" ,
"type" : "widget" ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "1button.wid.js" , "url" : "widget.js" }
] ,
"data" : [
{ "name" : "one_button_presses.csv" , "storageFile" : true }
]
2020-06-22 18:48:08 +00:00
} ,
{ "id" : "gpsautotime" ,
"name" : "GPS auto time" ,
"shortName" : "GPS auto time" ,
"icon" : "widget.png" ,
"version" : "0.01" ,
"description" : "A widget that automatically updates the Bangle.js time to the GPS time whenever there is a valid GPS fix." ,
"tags" : "widget,gps" ,
"type" : "widget" ,
"storage" : [
2020-06-22 20:44:04 +00:00
{ "name" : "gpsautotime.wid.js" , "url" : "widget.js" }
2020-06-22 18:48:08 +00:00
]
2020-06-24 08:55:28 +00:00
} ,
{ "id" : "espruinoctrl" ,
"name" : "Espruino Control" ,
"shortName" : "Espruino Ctrl" ,
"icon" : "app.png" ,
"version" : "0.01" ,
"description" : "Send commands to other Espruino devices via the Bluetooth UART interface. Customisable commands!" ,
"tags" : "" ,
"readme" : "README.md" ,
"custom" : "custom.html" ,
"storage" : [
{ "name" : "espruinoctrl.app.js" } ,
{ "name" : "espruinoctrl.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-06-24 09:21:43 +00:00
} ,
2020-06-23 08:30:38 +00:00
{ "id" : "multiclock" ,
"name" : "Multi Clock" ,
"icon" : "multiclock.png" ,
2021-05-24 14:30:49 +00:00
"version" : "0.13" ,
2020-12-09 15:10:06 +00:00
"description" : "Clock with multiple faces - Big, Analogue, Digital, Text, Time-Date.\n Switch between faces with BTN1 & BTN3" ,
2020-06-23 08:30:38 +00:00
"readme" : "README.md" ,
"tags" : "clock" ,
"type" : "clock" ,
2021-01-11 07:16:58 +00:00
"allow_emulator" : true ,
2020-06-23 08:30:38 +00:00
"storage" : [
2020-12-09 14:58:39 +00:00
{ "name" : "multiclock.app.js" , "url" : "clock.js" } ,
{ "name" : "big.face.js" , "url" : "big.js" } ,
{ "name" : "ana.face.js" , "url" : "ana.js" } ,
{ "name" : "digi.face.js" , "url" : "digi.js" } ,
{ "name" : "txt.face.js" , "url" : "txt.js" } ,
{ "name" : "timdat.face.js" , "url" : "timdat.js" } ,
2021-01-18 22:29:55 +00:00
{ "name" : "ped.face.js" , "url" : "ped.js" } ,
2020-06-23 08:30:38 +00:00
{ "name" : "multiclock.img" , "url" : "multiclock-icon.js" , "evaluate" : true }
]
2020-06-25 17:44:21 +00:00
} ,
{ "id" : "widancs" ,
"name" : "Apple Notification Widget" ,
"shortName" : "ANCS Widget" ,
"icon" : "widget.png" ,
2021-03-23 18:54:25 +00:00
"version" : "0.07" ,
2020-06-25 17:44:21 +00:00
"description" : "Displays call, message etc notifications from a paired iPhone. Read README before installation as it only works with compatible apps" ,
"readme" : "README.md" ,
"tags" : "widget" ,
"type" : "widget" ,
"storage" : [
{ "name" : "widancs.wid.js" , "url" : "ancs.min.js" } ,
{ "name" : "widancs.settings.js" , "url" : "settings.js" }
]
2020-06-26 20:56:54 +00:00
} ,
2020-07-09 10:27:44 +00:00
{ "id" : "accelrec" ,
"name" : "Acceleration Recorder" ,
"shortName" : "Accel Rec" ,
"icon" : "app.png" ,
2020-10-21 08:09:51 +00:00
"version" : "0.02" ,
2020-07-09 10:27:44 +00:00
"interface" : "interface.html" ,
"description" : "This app puts the Bangle's accelerometer into 100Hz mode and reads 2 seconds worth of data after movement starts. The data can then be exported back to the PC." ,
"tags" : "" ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "accelrec.app.js" , "url" : "app.js" } ,
{ "name" : "accelrec.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-07-09 10:30:47 +00:00
] ,
"data" : [
{ "wildcard" : "accelrec.?.csv" }
2020-07-09 10:27:44 +00:00
]
} ,
2021-02-03 10:06:00 +00:00
{ "id" : "accellog" ,
"name" : "Acceleration Logger" ,
"shortName" : "Accel Log" ,
"icon" : "app.png" ,
"version" : "0.01" ,
"interface" : "interface.html" ,
"description" : "Logs XYZ acceleration data to a CSV file that can be downloaded to your PC" ,
"tags" : "outdoor" ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "accellog.app.js" , "url" : "app.js" } ,
{ "name" : "accellog.img" , "url" : "app-icon.js" , "evaluate" : true }
] ,
"data" : [
{ "wildcard" : "accellog.?.csv" }
]
} ,
2020-06-26 22:05:07 +00:00
{
2020-06-26 20:56:54 +00:00
"id" : "cprassist" ,
"name" : "CPR Assist" ,
"icon" : "cprassist-icon.png" ,
"version" : "0.01" ,
"readme" : "README.md" ,
"description" : "Provides assistance while performing a CPR" ,
"tags" : "tool,firstaid" ,
"allow_emulator" : true ,
"storage" : [
{
"name" : "cprassist.app.js" ,
"url" : "cprassist.js"
} ,
{
"name" : "cprassist.img" ,
"url" : "cprassist-icon.js" ,
"evaluate" : true
} ,
{
"name" : "cprassist.settings.js" ,
"url" : "settings.js"
}
]
2020-07-14 12:47:33 +00:00
} ,
{ "id" : "osgridref" ,
"name" : "Ordnance Survey Grid Reference" ,
"shortName" : "OS Grid ref" ,
"icon" : "app.png" ,
"version" : "0.01" ,
"description" : "Displays the UK Ordnance Survey grid reference of your current GPS location. Useful when in the United Kingdom with an Ordnance Survey map" ,
"tags" : "outdoors,gps" ,
"storage" : [
{ "name" : "osgridref.app.js" , "url" : "app.js" } ,
{ "name" : "osgridref.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-07-16 07:24:13 +00:00
} ,
2020-08-07 11:06:58 +00:00
{ "id" : "openseizure" ,
"name" : "OpenSeizureDetector Widget" ,
"shortName" : "Short Name" ,
"icon" : "widget.png" ,
"version" : "0.01" ,
"description" : "[BETA!] A widget to work alongside [OpenSeizureDetector](https://www.openseizuredetector.org.uk/)" ,
"tags" : "widget" ,
"type" : "widget" ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "openseizure.wid.js" , "url" : "widget.js" }
]
} ,
2020-07-16 07:24:13 +00:00
{ "id" : "counter" ,
2020-06-26 22:05:07 +00:00
"name" : "Counter" ,
"icon" : "counter_icon.png" ,
2021-03-17 14:51:44 +00:00
"version" : "0.03" ,
2020-06-26 22:05:07 +00:00
"description" : "Simple counter" ,
"tags" : "tool" ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "counter.app.js" , "url" : "counter.js" } ,
{ "name" : "counter.img" , "url" : "counter-icon.js" , "evaluate" : true }
]
2020-08-06 23:18:05 +00:00
} ,
2020-08-18 10:29:15 +00:00
{ "id" : "bootgattbat" ,
2020-08-06 23:18:05 +00:00
"name" : "BLE GATT Battery Service" ,
"shortName" : "BLE Battery Service" ,
2020-08-17 19:53:11 +00:00
"icon" : "bluetooth.png" ,
2020-08-06 23:18:05 +00:00
"version" : "0.01" ,
"description" : "Adds the GATT Battery Service to advertise the percentage of battery currently remaining over Bluetooth.\n" ,
2020-08-18 10:29:15 +00:00
"tags" : "battery,ble,bluetooth,gatt" ,
"type" : "bootloader" ,
2020-08-06 23:18:05 +00:00
"readme" : "README.md" ,
"storage" : [
2020-08-17 19:53:11 +00:00
{ "name" : "gattbat.boot.js" , "url" : "boot.js" }
2020-08-06 23:18:05 +00:00
]
2020-08-18 12:13:15 +00:00
} ,
2020-08-13 17:54:33 +00:00
{ "id" : "viewstl" ,
"name" : "STL file viewer" ,
"shortName" : "ViewSTL" ,
"icon" : "icons8-octahedron-48.png" ,
2020-08-22 02:43:55 +00:00
"version" : "0.02" ,
2020-08-13 17:54:33 +00:00
"description" : "This app allows you to view STL 3D models on your watch" ,
"tags" : "tool" ,
2020-08-13 21:20:06 +00:00
"readme" : "README.md" ,
2020-08-13 17:54:33 +00:00
"storage" : [
2020-08-13 18:11:02 +00:00
{ "name" : "viewstl.app.js" , "url" : "viewstl.min.js" } ,
2020-08-13 17:54:33 +00:00
{ "name" : "viewstl.img" , "url" : "viewstl-icon.js" , "evaluate" : true } ,
2020-08-13 17:59:00 +00:00
{ "name" : "tetra.stl" , "url" : "tetra.stl" } ,
2020-08-13 17:54:33 +00:00
{ "name" : "cube.stl" , "url" : "cube.stl" } ,
2020-08-13 17:59:00 +00:00
{ "name" : "icosa.stl" , "url" : "icosa.stl" }
2020-09-08 21:35:08 +00:00
]
} ,
{ "id" : "cscsensor" ,
2020-09-08 21:37:51 +00:00
"name" : "Cycling speed sensor" ,
"shortName" : "CSCSensor" ,
"icon" : "icons8-cycling-48.png" ,
2020-09-15 21:48:41 +00:00
"version" : "0.04" ,
2020-09-08 21:37:51 +00:00
"description" : "Read BLE enabled cycling speed and cadence sensor and display readings on watch" ,
"tags" : "outdoors,exercise,ble,bluetooth" ,
"readme" : "README.md" ,
"storage" : [
2020-09-09 19:25:00 +00:00
{ "name" : "cscsensor.app.js" , "url" : "cscsensor.app.js" } ,
2020-09-09 19:28:52 +00:00
{ "name" : "cscsensor.settings.js" , "url" : "settings.js" } ,
2020-09-09 19:25:00 +00:00
{ "name" : "cscsensor.img" , "url" : "cscsensor-icon.js" , "evaluate" : true }
2020-09-08 21:37:51 +00:00
]
} ,
2020-09-29 21:41:56 +00:00
{ "id" : "fileman" ,
2020-09-29 21:45:02 +00:00
"name" : "File manager" ,
2020-09-29 21:41:56 +00:00
"shortName" : "FileManager" ,
"icon" : "icons8-filing-cabinet-48.png" ,
2021-02-04 08:10:42 +00:00
"version" : "0.03" ,
2020-09-29 21:45:02 +00:00
"description" : "Simple file manager, allows user to examine watch storage and display, load or delete individual files" ,
2020-09-29 21:41:56 +00:00
"tags" : "tools" ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "fileman.app.js" , "url" : "fileman.app.js" } ,
{ "name" : "fileman.img" , "url" : "fileman-icon.js" , "evaluate" : true }
]
} ,
2020-08-23 22:56:09 +00:00
{ "id" : "worldclock" ,
"name" : "World Clock - 4 time zones" ,
"shortName" : "World Clock" ,
"icon" : "app.png" ,
2021-06-24 13:00:40 +00:00
"version" : "0.04" ,
2020-08-23 22:56:09 +00:00
"description" : "Current time zone plus up to four others" ,
"tags" : "clock" ,
"type" : "clock" ,
"custom" : "custom.html" ,
2020-08-31 08:55:28 +00:00
"readme" : "README.md" ,
2020-08-23 22:56:09 +00:00
"storage" : [
{ "name" : "worldclock.app.js" , "url" : "app.js" } ,
2020-08-23 23:36:12 +00:00
{ "name" : "worldclock.img" , "url" : "worldclock-icon.js" , "evaluate" : true }
2021-04-09 08:58:38 +00:00
] ,
"data" : [
{ "name" : "worldclock.settings.json" }
]
2020-09-24 20:14:29 +00:00
} ,
2020-09-24 20:12:59 +00:00
{ "id" : "digiclock" ,
2020-09-24 20:41:19 +00:00
"name" : "Digital Clock Face" ,
2020-09-24 17:38:08 +00:00
"shortName" : "Digi Clock" ,
"icon" : "digiclock.png" ,
2021-06-24 13:28:46 +00:00
"version" : "0.02" ,
2020-09-24 17:38:08 +00:00
"description" : "A simple digital clock with the time, day, month, and year" ,
2021-06-30 09:13:24 +00:00
"tags" : "clock,bno2" ,
2020-09-24 20:41:19 +00:00
"type" : "clock" ,
2020-09-24 17:38:08 +00:00
"storage" : [
{ "name" : "digiclock.app.js" , "url" : "digiclock.js" } ,
2020-09-24 20:41:19 +00:00
{ "name" : "digiclock.img" , "url" : "digiclock-icon.js" , "evaluate" : true }
2020-09-24 20:19:53 +00:00
]
2020-10-15 01:23:37 +00:00
} ,
{ "id" : "dsdrelay" ,
"name" : "DSD BLE Relay controller" ,
"shortName" : "DSDRelay" ,
"icon" : "icons8-relay-48.png" ,
"version" : "0.01" ,
"description" : "Control BLE relay board from the watch" ,
"tags" : "ble,bluetooth" ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "dsdrelay.app.js" , "url" : "dsdrelay.app.js" } ,
{ "name" : "dsdrelay.img" , "url" : "dsdrelay-icon.js" , "evaluate" : true }
]
2020-10-16 18:37:32 +00:00
} ,
{ "id" : "mandel" ,
"name" : "Mandelbrot" ,
"shortName" : "Mandel" ,
"icon" : "mandel.png" ,
"version" : "0.01" ,
"description" : "Draw a zoomable Mandelbrot set" ,
"tags" : "game" ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "mandel.app.js" , "url" : "mandel.min.js" } ,
{ "name" : "mandel.img" , "url" : "mandel-icon.js" , "evaluate" : true }
]
2020-10-26 23:46:16 +00:00
} ,
{
"id" : "petrock" ,
"name" : "Pet rock" ,
"icon" : "petrock.png" ,
2020-10-28 08:51:41 +00:00
"version" : "0.02" ,
2020-10-26 23:46:16 +00:00
"description" : "A virtual pet rock with wobbly eyes" ,
"tags" : "game" ,
"type" : "app" ,
"storage" : [
{ "name" : "petrock.app.js" , "url" : "app.js" } ,
{ "name" : "petrock.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-11-06 12:02:49 +00:00
} ,
{ "id" : "smartibot" ,
"name" : "Smartibot controller" ,
"shortName" : "Smartibot" ,
"icon" : "app.png" ,
"version" : "0.01" ,
"description" : "Control a [Smartibot Robot](https://thecraftyrobot.net/) straight from your Bangle.js" ,
"tags" : "" ,
"storage" : [
{ "name" : "smartibot.app.js" , "url" : "app.js" } ,
{ "name" : "smartibot.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-11-02 18:57:24 +00:00
} ,
{ "id" : "widncr" ,
"name" : "NCR Logo Widget" ,
"icon" : "widget.png" ,
"version" : "0.01" ,
"description" : "Show the NodeConf Remote logo in the top left" ,
"tags" : "widget" ,
"type" : "widget" ,
"storage" : [
{ "name" : "widncr.wid.js" , "url" : "widget.js" }
]
} ,
{ "id" : "ncrclk" ,
"name" : "NCR Clock" ,
"shortName" : "NCR Clock" ,
"icon" : "app.png" ,
"version" : "0.01" ,
"description" : "NodeConf Remote clock" ,
"tags" : "clock" ,
"type" : "clock" ,
"storage" : [
{ "name" : "ncrclk.app.js" , "url" : "app.js" } ,
{ "name" : "ncrclk.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-11-14 17:57:29 +00:00
} ,
{ "id" : "isoclock" ,
"name" : "ISO Compliant Clock Face" ,
"shortName" : "ISO Clock" ,
"icon" : "isoclock.png" ,
"version" : "0.01" ,
"description" : "Tweaked fork of digiclock for ISO date and time" ,
"tags" : "clock" ,
"type" : "clock" ,
"storage" : [
{ "name" : "isoclock.app.js" , "url" : "isoclock.js" } ,
{ "name" : "isoclock.img" , "url" : "isoclock-icon.js" , "evaluate" : true }
]
2020-11-16 09:18:49 +00:00
} ,
{ "id" : "gpstimeserver" ,
"name" : "GPS Time Server" ,
"icon" : "widget.png" ,
"version" : "0.01" ,
"description" : "A widget which automatically starts the GPS and turns Bangle.js into a Bluetooth time server." ,
"tags" : "widget" ,
"type" : "widget" ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "gpstimeserver.wid.js" , "url" : "widget.js" }
]
2020-11-18 10:11:24 +00:00
} ,
{ "id" : "tilthydro" ,
"name" : "Tilt Hydrometer Display" ,
"shortName" : "Tilt Hydro" ,
"icon" : "app.png" ,
"version" : "0.01" ,
"description" : "A display for the [Tilt Hydrometer](https://tilthydrometer.com/) - [more info here](http://www.espruino.com/Tilt+Hydrometer+Display)" ,
"tags" : "tools,bluetooth" ,
"storage" : [
{ "name" : "tilthydro.app.js" , "url" : "app.js" } ,
{ "name" : "tilthydro.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-11-19 20:02:27 +00:00
} ,
{ "id" : "supmariodark" ,
2020-12-03 15:19:24 +00:00
"name" : "Super mario clock night mode" ,
"shortName" : "supmariodark" ,
"icon" : "supmariodark.png" ,
"version" : "0.01" ,
"description" : "Super mario clock in night mode" ,
"tags" : "clock" ,
"type" : "clock" ,
"storage" : [
{ "name" : "supmariodark.app.js" , "url" : "supmariodark.js" } ,
{ "name" : "supmariodark.img" , "url" : "supmariodark-icon.js" , "evaluate" : true } ,
{ "name" : "supmario30x24.bin" , "url" : "supmario30x24.bin.js" } ,
{ "name" : "supmario30x24.wdt" , "url" : "supmario30x24.wdt.js" } ,
{ "name" : "banner-up.img" , "url" : "banner-up.js" , "evaluate" : true } ,
{ "name" : "banner-down.img" , "url" : "banner-down.js" , "evaluate" : true } ,
{ "name" : "brick2.img" , "url" : "brick2.js" , "evaluate" : true } ,
{ "name" : "enemy.img" , "url" : "enemy.js" , "evaluate" : true } ,
{ "name" : "flower.img" , "url" : "flower.js" , "evaluate" : true } ,
{ "name" : "flower_b.img" , "url" : "flower_b.js" , "evaluate" : true } ,
{ "name" : "mario_wh.img" , "url" : "mario_wh.js" , "evaluate" : true } ,
{ "name" : "pipe.img" , "url" : "pipe.js" , "evaluate" : true }
]
} ,
{ "id" : "gmeter" ,
"name" : "G-Meter" ,
"shortName" : "G-Meter" ,
"icon" : "app.png" ,
"version" : "0.01" ,
"description" : "Simple G-Meter" ,
"tags" : "" ,
"storage" : [
{ "name" : "gmeter.app.js" , "url" : "app.js" } ,
{ "name" : "gmeter.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-12-08 15:40:15 +00:00
]
2020-12-21 11:37:37 +00:00
} ,
2021-01-01 15:50:31 +00:00
{ "id" : "dtlaunch" ,
"name" : "Desktop Launcher" ,
"icon" : "icon.png" ,
2021-01-11 07:40:45 +00:00
"version" : "0.03" ,
2021-01-01 15:50:31 +00:00
"description" : "Desktop style App Launcher with six apps per page - fast access if you have lots of apps installed." ,
"readme" : "README.md" ,
"tags" : "tool,system,launcher" ,
"type" : "launch" ,
"storage" : [
{ "name" : "dtlaunch.app.js" , "url" : "app.js" } ,
{ "name" : "dtlaunch.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
2021-01-01 16:20:32 +00:00
{ "id" : "HRV" ,
2021-01-01 16:28:37 +00:00
"name" : "Heart Rate Variability monitor" ,
2020-12-21 11:37:37 +00:00
"shortName" : "HRV monitor" ,
"icon" : "hrv.png" ,
2021-01-04 09:40:09 +00:00
"version" : "0.03" ,
2021-01-01 16:28:37 +00:00
"description" : "Heart Rate Variability monitor, see Readme for more info" ,
2020-12-21 11:37:37 +00:00
"tags" : "" ,
2021-01-01 16:23:51 +00:00
"readme" : "README.md" ,
2020-12-21 11:37:37 +00:00
"storage" : [
2021-01-01 16:20:32 +00:00
{ "name" : "HRV.app.js" , "url" : "app.js" } ,
{ "name" : "HRV.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-12-21 11:37:37 +00:00
]
2020-12-31 23:34:58 +00:00
} ,
2021-01-01 15:50:31 +00:00
{ "id" : "hardalarm" ,
"name" : "Hard Alarm" ,
"shortName" : "HardAlarm" ,
"icon" : "app.png" ,
2021-03-20 18:13:21 +00:00
"version" : "0.02" ,
2021-01-01 15:50:31 +00:00
"description" : "Make sure you wake up! Count to the right number to turn off the alarm" ,
"tags" : "tool,alarm,widget" ,
2020-12-31 23:34:58 +00:00
"storage" : [
2021-01-01 15:50:31 +00:00
{ "name" : "hardalarm.app.js" , "url" : "app.js" } ,
{ "name" : "hardalarm.boot.js" , "url" : "boot.js" } ,
{ "name" : "hardalarm.js" , "url" : "hardalarm.js" } ,
{ "name" : "hardalarm.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "hardalarm.wid.js" , "url" : "widget.js" }
] ,
"data" : [
{ "name" : "hardalarm.json" }
2020-12-31 23:34:58 +00:00
]
2021-01-01 15:52:43 +00:00
} ,
{ "id" : "edisonsball" ,
"name" : "Edison's Ball" ,
"shortName" : "Edison's Ball" ,
"icon" : "app-icon.png" ,
"version" : "0.01" ,
"description" : "Hypnagogia/Micro-Sleep alarm for experimental use in exploring sleep transition and combating drowsiness" ,
"tags" : "" ,
2021-01-01 16:30:40 +00:00
"readme" : "README.md" ,
2021-01-01 15:52:43 +00:00
"storage" : [
{ "name" : "edisonsball.app.js" , "url" : "app.js" } ,
{ "name" : "edisonsball.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2021-01-05 22:57:50 +00:00
} ,
{ "id" : "hrrawexp" ,
"name" : "HRM Data Exporter" ,
2021-01-05 23:01:41 +00:00
"shortName" : "HRM Data Exporter" ,
2021-01-05 22:57:50 +00:00
"icon" : "app-icon.png" ,
"version" : "0.01" ,
"description" : "export raw hrm signal data to a csv file" ,
"tags" : "" ,
"readme" : "README.md" ,
2021-01-07 20:58:21 +00:00
"interface" : "interface.html" ,
2021-01-05 22:57:50 +00:00
"storage" : [
2021-01-06 13:24:15 +00:00
{ "name" : "hrrawexp.app.js" , "url" : "app.js" } ,
{ "name" : "hrrawexp.img" , "url" : "app-icon.js" , "evaluate" : true }
2021-01-05 22:57:50 +00:00
]
2021-01-08 16:45:46 +00:00
} ,
{ "id" : "breath" ,
"name" : "Breathing App" ,
"shortName" : "Breathing App" ,
"icon" : "app-icon.png" ,
"version" : "0.01" ,
2021-01-08 18:22:42 +00:00
"description" : "app to aid relaxation and train breath syncronicity using haptics and visualisation, also displays HR" ,
2021-01-08 16:45:46 +00:00
"tags" : "tools,health" ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "breath.app.js" , "url" : "app.js" } ,
{ "name" : "breath.img" , "url" : "app-icon.js" , "evaluate" : true }
2021-04-09 08:58:38 +00:00
] ,
"data" : [
{ "name" : "breath.settings.json" , "url" : "settings.json" }
2021-01-08 16:45:46 +00:00
]
2021-01-11 10:57:06 +00:00
} ,
2021-01-10 12:33:00 +00:00
{ "id" : "lazyclock" ,
"name" : "Lazy Clock" ,
"icon" : "lazyclock.png" ,
2021-01-21 20:45:03 +00:00
"version" : "0.02" ,
2021-01-10 12:33:00 +00:00
"readme" : "README.md" ,
"description" : "Tells the time, roughly" ,
"tags" : "clock" ,
"type" : "clock" ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "lazyclock.app.js" , "url" : "lazyclock-app.js" } ,
{ "name" : "lazyclock.img" , "url" : "lazyclock-icon.js" , "evaluate" : true }
]
2021-01-13 17:20:39 +00:00
} ,
{ "id" : "astral" ,
"name" : "Astral Clock" ,
"icon" : "app-icon.png" ,
2021-06-24 12:12:59 +00:00
"version" : "0.03" ,
2021-01-13 17:20:39 +00:00
"readme" : "README.md" ,
2021-01-13 23:43:35 +00:00
"description" : "Clock that calculates and displays Alt Az positions of all planets, Sun as well as several other astronomy targets (customizable) and current Moon phase. Coordinates are calculated by GPS & time and onscreen compass assists orienting. See Readme before using." ,
2021-01-13 17:20:39 +00:00
"tags" : "clock" ,
"type" : "clock" ,
"storage" : [
{ "name" : "astral.app.js" , "url" : "app.js" } ,
{ "name" : "astral.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2021-01-19 20:16:16 +00:00
} ,
2021-01-25 19:16:19 +00:00
{ "id" : "alpinenav" ,
2021-01-25 19:25:55 +00:00
"name" : "Alpine Nav" ,
2021-01-25 19:16:19 +00:00
"icon" : "app-icon.png" ,
2021-01-25 20:36:42 +00:00
"version" : "0.01" ,
2021-01-25 19:16:19 +00:00
"readme" : "README.md" ,
2021-01-25 19:21:55 +00:00
"description" : "App that performs GPS monitoring to track and display position relative to a given origin in realtime" ,
2021-01-25 19:16:19 +00:00
"tags" : "outdoors,gps" ,
"storage" : [
{ "name" : "alpinenav.app.js" , "url" : "app.js" } ,
{ "name" : "alpinenav.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2021-01-26 15:00:31 +00:00
} ,
2021-01-19 20:16:16 +00:00
{ "id" : "lifeclk" ,
"name" : "Game of Life Clock" ,
"shortName" : "Conway's Clock" ,
"icon" : "app.png" ,
"version" : "0.05" ,
"description" : "Modification and clockification of Conway's Game of Life" ,
"tags" : "clock" ,
"type" : "clock" ,
2021-01-19 20:40:46 +00:00
"readme" : "README.md" ,
2021-01-19 20:16:16 +00:00
"storage" : [
{ "name" : "lifeclk.app.js" , "url" : "app.js" } ,
{ "name" : "lifeclk.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2021-01-21 03:02:03 +00:00
} ,
{ "id" : "speedalt" ,
2021-02-05 22:07:50 +00:00
"name" : "GPS Adventure Sports" ,
2021-02-12 02:14:19 +00:00
"shortName" : "GPS Adv Sport" ,
2021-01-21 03:02:03 +00:00
"icon" : "app.png" ,
2021-03-02 00:07:08 +00:00
"version" : "1.02" ,
2021-01-31 03:42:44 +00:00
"description" : "GPS speed, altitude and distance to waypoint display. Designed for easy viewing and use during outdoor activities such as para-gliding, hang-gliding, sailing, cycling etc." ,
2021-01-26 22:27:34 +00:00
"tags" : "tool,outdoors" ,
"type" : "app" ,
2021-01-26 22:28:45 +00:00
"allow_emulator" : true ,
2021-01-21 03:02:03 +00:00
"readme" : "README.md" ,
"storage" : [
{ "name" : "speedalt.app.js" , "url" : "app.js" } ,
2021-01-22 00:29:31 +00:00
{ "name" : "speedalt.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "speedalt.settings.js" , "url" : "settings.js" }
2021-01-28 21:22:16 +00:00
] ,
"data" : [
{ "name" : "speedalt.json" }
]
2021-01-29 08:43:43 +00:00
} ,
2021-01-20 20:58:06 +00:00
{ "id" : "de-stress" ,
"name" : "De-Stress" ,
"shortName" : "De-Stress" ,
"icon" : "app.png" ,
2021-06-24 14:45:49 +00:00
"version" : "0.02" ,
2021-01-20 20:58:06 +00:00
"description" : "Simple haptic heartbeat" ,
"storage" : [
2021-01-21 04:21:56 +00:00
{ "name" : "de-stress.app.js" , "url" : "app.js" } ,
{ "name" : "de-stress.img" , "url" : "app-icon.js" , "evaluate" : true }
2021-01-20 20:58:06 +00:00
]
2021-01-21 19:19:44 +00:00
} ,
2021-01-20 20:24:01 +00:00
{ "id" : "gpsservice" ,
"name" : "Low power GPS Service" ,
"shortName" : "GPS Service" ,
"icon" : "gpsservice.png" ,
2021-02-01 15:31:36 +00:00
"version" : "0.04" ,
2021-01-20 20:24:01 +00:00
"description" : "low power GPS widget" ,
"tags" : "gps outdoors navigation" ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "gpsservice.app.js" , "url" : "app.js" } ,
{ "name" : "gpsservice.settings.js" , "url" : "settings.js" } ,
{ "name" : "gpsservice.wid.js" , "url" : "widget.js" } ,
{ "name" : "gpsservice.img" , "url" : "gpsservice-icon.js" , "evaluate" : true }
2021-04-09 08:58:38 +00:00
] ,
"data" : [
{ "name" : "gpsservice.settings.json" , "url" : "settings.json" }
2021-01-20 20:24:01 +00:00
]
2021-01-23 12:47:38 +00:00
} ,
{ "id" : "mclockplus" ,
"name" : "Morph Clock+" ,
"shortName" : "Morph Clock+" ,
"icon" : "mclockplus.png" ,
"version" : "1.0" ,
"description" : "Morphing Clock with more readable seconds and date and additional stopwatch" ,
"tags" : "clock" ,
"type" : "clock" ,
2021-01-23 13:30:23 +00:00
"readme" : "README.md" ,
2021-01-23 12:47:38 +00:00
"storage" : [
{ "name" : "mclockplus.app.js" , "url" : "mclockplus.app.js" } ,
{ "name" : "mclockplus.img" , "url" : "mclockplus-icon.js" , "evaluate" : true }
]
2021-01-27 16:29:11 +00:00
} ,
{ "id" : "intervals" ,
"name" : "Intervals App" ,
"shortName" : "Intervals" ,
2021-01-27 16:42:25 +00:00
"icon" : "intervals.png" ,
2021-01-27 16:29:11 +00:00
"version" : "0.01" ,
"description" : "Intervals for training. It is possible to configure work time and rest time and number of sets." ,
"tags" : "" ,
"storage" : [
2021-01-27 16:48:39 +00:00
{ "name" : "intervals.app.js" , "url" : "intervals.app.js" } ,
2021-01-27 16:36:04 +00:00
{ "name" : "intervals.img" , "url" : "intervals-icon.js" , "evaluate" : true }
2021-01-27 16:29:11 +00:00
]
2021-01-29 20:33:33 +00:00
} ,
2021-01-28 12:34:39 +00:00
{ "id" : "planetarium" ,
"name" : "Planetarium" ,
2021-01-28 17:23:49 +00:00
"shortName" : "Planetarium" ,
2021-01-28 12:34:39 +00:00
"icon" : "planetarium.png" ,
2021-02-05 15:40:29 +00:00
"readme" : "README.md" ,
2021-02-06 19:23:00 +00:00
"version" : "0.03" ,
2021-01-29 12:37:44 +00:00
"description" : "Planetarium showing up to 500 stars using the watch location and time" ,
2021-01-28 12:34:39 +00:00
"tags" : "" ,
"storage" : [
{ "name" : "planetarium.app.js" , "url" : "planetarium.app.js" } ,
2021-01-28 17:07:39 +00:00
{ "name" : "planetarium.data.csv" , "url" : "planetarium.data.csv" } ,
2021-02-01 15:05:41 +00:00
{ "name" : "planetarium.const.csv" , "url" : "planetarium.const.csv" } ,
2021-02-03 14:30:13 +00:00
{ "name" : "planetarium.extra.csv" , "url" : "planetarium.extra.csv" } ,
2021-01-28 19:05:25 +00:00
{ "name" : "planetarium.settings.js" , "url" : "settings.js" } ,
2021-01-28 12:34:39 +00:00
{ "name" : "planetarium.img" , "url" : "planetarium-icon.js" , "evaluate" : true }
2021-01-28 19:05:25 +00:00
] ,
"data" : [
{ "name" : "planetarium.json" }
2021-01-28 12:34:39 +00:00
]
2021-01-29 20:33:33 +00:00
} ,
2021-01-29 23:37:03 +00:00
{ "id" : "tapelauncher" ,
2021-01-29 20:33:33 +00:00
"name" : "Tape Launcher" ,
"icon" : "icon.png" ,
2021-02-08 20:44:27 +00:00
"version" : "0.02" ,
2021-01-29 20:33:33 +00:00
"description" : "An App launcher, icons displayed in a horizontal tape, swipe or use buttons" ,
"readme" : "README.md" ,
"tags" : "tool,system,launcher" ,
"type" : "launch" ,
"storage" : [
2021-02-08 20:44:27 +00:00
{ "name" : "tapelauncher.app.js" , "url" : "app.js" } ,
{ "name" : "tapelauncher.img" , "url" : "icon.js" , "evaluate" : true }
2021-01-29 20:33:33 +00:00
]
2021-02-04 04:23:17 +00:00
} ,
2021-02-04 04:56:23 +00:00
{ "id" : "oblique" ,
2021-02-04 04:23:17 +00:00
"name" : "Oblique Strategies" ,
"icon" : "eno.png" ,
2021-02-04 04:56:23 +00:00
"version" : "0.01" ,
2021-02-04 04:34:10 +00:00
"description" : "Oblique Strategies for creativity. Copied from Brian Eno." ,
2021-02-04 04:23:17 +00:00
"tags" : "tool" ,
"storage" : [
2021-02-04 04:56:23 +00:00
{ "name" : "oblique.app.js" , "url" : "app.js" } ,
2021-02-04 05:13:00 +00:00
{ "name" : "oblique.img" , "url" : "app-icon.js" , "evaluate" : true }
2021-02-04 04:23:17 +00:00
]
2021-02-08 14:38:08 +00:00
} ,
2021-02-08 20:55:55 +00:00
{ "id" : "testuserinput" ,
2021-02-08 14:38:08 +00:00
"name" : "Test User Input" ,
"shortName" : "Test User Input" ,
2021-02-18 10:21:28 +00:00
"icon" : "app.png" ,
2021-05-08 15:19:52 +00:00
"version" : "0.06" ,
"description" : "App to test the bangle.js input interface. It displays the user action in text, circle buttons or on/off switch UI elements." ,
2021-02-09 08:34:52 +00:00
"readme" : "README.md" ,
2021-05-08 15:19:52 +00:00
"tags" : "input,interface,buttons,touch,UI" ,
2021-02-08 14:38:08 +00:00
"storage" : [
2021-02-09 08:32:06 +00:00
{ "name" : "testuserinput.app.js" , "url" : "app.js" } ,
{ "name" : "testuserinput.img" , "url" : "app-icon.js" , "evaluate" : true }
2021-02-08 14:38:08 +00:00
]
2021-02-09 13:07:58 +00:00
} ,
{ "id" : "gpssetup" ,
"name" : "GPS Setup" ,
2021-02-09 18:49:54 +00:00
"shortName" : "GPS Setup" ,
2021-02-09 13:07:58 +00:00
"icon" : "gpssetup.png" ,
2021-02-11 11:24:44 +00:00
"version" : "0.02" ,
2021-02-09 13:07:58 +00:00
"description" : "Configure the GPS power options and store them in the GPS nvram" ,
"tags" : "gps, tools, outdoors" ,
2021-02-09 18:47:12 +00:00
"readme" : "README.md" ,
2021-02-09 13:07:58 +00:00
"storage" : [
2021-02-11 11:24:44 +00:00
{ "name" : "gpssetup" , "url" : "gpssetup.js" } ,
2021-02-09 13:07:58 +00:00
{ "name" : "gpssetup.settings.js" , "url" : "settings.js" } ,
{ "name" : "gpssetup.app.js" , "url" : "app.js" } ,
{ "name" : "gpssetup.img" , "url" : "icon.js" , "evaluate" : true }
2021-04-09 08:58:38 +00:00
] ,
"data" : [
{ "name" : "gpssetup.settings.json" , "url" : "settings.json" }
2021-02-09 13:07:58 +00:00
]
2021-02-11 20:34:51 +00:00
} ,
{ "id" : "walkersclock" ,
"name" : "Walkers Clock" ,
"shortName" : "Walkers Clock" ,
"icon" : "walkersclock48.png" ,
2021-03-23 18:51:59 +00:00
"version" : "0.04" ,
2021-02-23 22:22:53 +00:00
"description" : "A large font watch, displays steps, can switch GPS on/off, displays grid reference" ,
2021-02-11 21:24:59 +00:00
"type" : "clock" ,
"tags" : "clock, gps, tools, outdoors" ,
2021-02-11 20:34:51 +00:00
"readme" : "README.md" ,
"storage" : [
{ "name" : "walkersclock.app.js" , "url" : "app.js" } ,
{ "name" : "walkersclock.img" , "url" : "icon.js" , "evaluate" : true }
]
2021-02-12 20:34:10 +00:00
} ,
{ "id" : "widgps" ,
"name" : "GPS Widget" ,
"icon" : "widget.png" ,
2021-03-18 09:17:07 +00:00
"version" : "0.02" ,
2021-02-12 21:02:38 +00:00
"description" : "Tiny widget to show the power on/off status of the GPS. Require firmware v2.08.167 or later" ,
2021-02-12 20:34:10 +00:00
"tags" : "widget,gps" ,
"type" : "widget" ,
2021-02-12 20:53:07 +00:00
"readme" : "README.md" ,
2021-02-12 20:34:10 +00:00
"storage" : [
{ "name" : "widgps.wid.js" , "url" : "widget.js" }
]
} ,
{ "id" : "widhrt" ,
"name" : "HRM Widget" ,
"icon" : "widget.png" ,
2021-03-18 09:17:07 +00:00
"version" : "0.02" ,
2021-02-12 21:02:38 +00:00
"description" : "Tiny widget to show the power on/off status of the Heart Rate Monitor. Requires firmware v2.08.167 or later" ,
2021-02-12 20:34:10 +00:00
"tags" : "widget, hrm" ,
"type" : "widget" ,
2021-02-12 20:53:07 +00:00
"readme" : "README.md" ,
2021-02-12 20:34:10 +00:00
"storage" : [
{ "name" : "widhrt.wid.js" , "url" : "widget.js" }
]
2021-02-21 09:22:04 +00:00
} ,
{ "id" : "countdowntimer" ,
"name" : "Countdown Timer" ,
"icon" : "countdowntimer.png" ,
"version" : "0.01" ,
"description" : "A simple countdown timer with a focus on usability" ,
"tags" : "timer, tool" ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "countdowntimer.app.js" , "url" : "countdowntimer.js" } ,
{ "name" : "countdowntimer.img" , "url" : "countdowntimer-icon.js" , "evaluate" : true }
]
2021-02-22 09:07:44 +00:00
} ,
2021-02-21 13:55:46 +00:00
{ "id" : "helloworld" ,
2021-03-07 19:02:12 +00:00
"name" : "hello, world!" ,
"shortName" : "hello world" ,
2021-02-21 13:55:46 +00:00
"icon" : "app.png" ,
2021-03-07 19:02:12 +00:00
"version" : "0.02" ,
2021-02-21 13:55:46 +00:00
"description" : "A cross cultural hello world!/hola mundo! app with colors and languages" ,
"readme" : "README.md" ,
"tags" : "input,interface,buttons,touch" ,
"storage" : [
{ "name" : "helloworld.app.js" , "url" : "app.js" } ,
{ "name" : "helloworld.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2021-02-23 22:18:09 +00:00
} ,
{ "id" : "widcom" ,
"name" : "Compass Widget" ,
"icon" : "widget.png" ,
"version" : "0.01" ,
"description" : "Tiny widget to show the power on/off status of the Compass. Requires firmware v2.08.167 or later" ,
"tags" : "widget, compass" ,
"type" : "widget" ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "widcom.wid.js" , "url" : "widget.js" }
]
2021-02-24 00:06:53 +00:00
} ,
{ "id" : "arrow" ,
2021-02-25 22:15:42 +00:00
"name" : "Arrow Compass" ,
2021-02-24 00:06:53 +00:00
"icon" : "arrow.png" ,
"type" : "app" ,
2021-03-18 12:03:24 +00:00
"version" : "0.04" ,
2021-02-24 00:06:53 +00:00
"description" : "Moving arrow compass that points North, shows heading, with tilt correction. Based on jeffmer's Navigation Compass" ,
"tags" : "tool,outdoors" ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "arrow.app.js" , "url" : "app.js" } ,
{ "name" : "arrow.img" , "url" : "icon.js" , "evaluate" : true }
]
2021-02-25 20:56:14 +00:00
} ,
{ "id" : "waypointer" ,
"name" : "Way Pointer" ,
2021-02-25 21:08:01 +00:00
"icon" : "waypointer.png" ,
2021-02-25 20:56:14 +00:00
"version" : "0.01" ,
"description" : "Navigate to a waypoint using the GPS for bearing and compass to point way, uses the same waypoint interface as GPS Navigation" ,
"tags" : "tool,outdoors,gps" ,
"readme" : "README.md" ,
"interface" : "waypoints.html" ,
"storage" : [
2021-02-25 21:42:38 +00:00
{ "name" : "waypointer.app.js" , "url" : "app.js" } ,
2021-02-25 20:56:14 +00:00
{ "name" : "waypointer.img" , "url" : "icon.js" , "evaluate" : true }
2021-04-09 08:58:38 +00:00
] ,
"data" : [
{ "name" : "waypoints.json" , "url" : "waypoints.json" }
2021-02-25 20:56:14 +00:00
]
2021-03-07 19:02:12 +00:00
} ,
{ "id" : "color_catalog" ,
"name" : "Colors Catalog" ,
"shortName" : "Colors Catalog" ,
"icon" : "app.png" ,
"version" : "0.01" ,
"description" : "Displays RGB565 and RGB888 colors, its name and code in screen." ,
"readme" : "README.md" ,
2021-06-30 09:13:24 +00:00
"tags" : "Color,input,buttons,touch,UI,bno2" ,
2021-03-07 19:02:12 +00:00
"storage" : [
{ "name" : "color_catalog.app.js" , "url" : "app.js" } ,
{ "name" : "color_catalog.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{ "id" : "UI4swatch" ,
"name" : "UI 4 swatch" ,
"shortName" : "UI 4 swatch" ,
"icon" : "app.png" ,
"version" : "0.01" ,
"description" : "A UI/UX for espruino smartwatches, displays dinamically calc. x,y coordinates." ,
"readme" : "README.md" ,
"tags" : "Color, input,buttons,touch,UI" ,
"storage" : [
{ "name" : "UI4swatch.app.js" , "url" : "app.js" } ,
{ "name" : "UI4swatch.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2021-03-08 09:50:46 +00:00
} ,
2021-03-06 12:29:47 +00:00
{ "id" : "simplest" ,
"name" : "Simplest Clock" ,
"icon" : "simplest.png" ,
"version" : "0.01" ,
"description" : "The simplest working clock, acts as a tutorial piece" ,
"tags" : "clock" ,
"type" : "clock" ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "simplest.app.js" , "url" : "app.js" } ,
{ "name" : "simplest.img" , "url" : "icon.js" , "evaluate" : true }
]
} ,
{ "id" : "stepo" ,
"name" : "Stepometer Clock" ,
"icon" : "stepo.png" ,
2021-03-18 20:40:02 +00:00
"version" : "0.03" ,
2021-04-18 11:28:13 +00:00
"description" : "A large font watch, displays step count in a doughnut guage and warns of low battery, requires one of the steps widgets to be installed" ,
2021-03-06 12:29:47 +00:00
"tags" : "clock" ,
"type" : "clock" ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "stepo.app.js" , "url" : "app.js" } ,
{ "name" : "stepo.img" , "url" : "icon.js" , "evaluate" : true }
]
2021-03-14 21:28:44 +00:00
} ,
{ "id" : "gbmusic" ,
"name" : "Gadgetbridge Music Controls" ,
"shortName" : "Music Controls" ,
"icon" : "icon.png" ,
2021-05-13 13:00:03 +00:00
"version" : "0.05" ,
2021-03-14 21:28:44 +00:00
"description" : "Control the music on your Gadgetbridge-connected phone" ,
"tags" : "tools,bluetooth,gadgetbridge,music" ,
"type" : "app" ,
"allow_emulator" : false ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "gbmusic.app.js" , "url" : "app.js" } ,
{ "name" : "gbmusic.settings.js" , "url" : "settings.js" } ,
{ "name" : "gbmusic.wid.js" , "url" : "widget.js" } ,
{ "name" : "gbmusic.img" , "url" : "icon.js" , "evaluate" : true }
] ,
"data" : [
{ "name" : "gbmusic.json" } ,
{ "name" : "gbmusic.load.json" }
]
2020-06-30 22:03:29 +00:00
} ,
{
"id" : "battleship" ,
"name" : "Battleship" ,
"icon" : "battleship-icon.png" ,
"version" : "0.01" ,
"readme" : "README.md" ,
"description" : "The classic game of battleship" ,
"tags" : "game" ,
"allow_emulator" : true ,
"storage" : [
{
"name" : "battleship.app.js" ,
"url" : "battleship.js"
} ,
{
"name" : "battleship.img" ,
"url" : "battleship-icon.js" ,
"evaluate" : true
}
]
2021-03-25 13:26:58 +00:00
} ,
{ "id" : "kitchen" ,
"name" : "Kitchen Combo" ,
"icon" : "kitchen.png" ,
2021-06-24 20:15:25 +00:00
"version" : "0.12" ,
2021-04-30 17:07:43 +00:00
"description" : "Combination of the Stepo, Walkersclock, Arrow and Waypointer apps into a multiclock format. 'Everything but the kitchen sink'. Requires firmware v2.08.167 or later" ,
2021-03-25 13:26:58 +00:00
"tags" : "tool,outdoors,gps" ,
2021-04-14 22:53:52 +00:00
"type" : "clock" ,
2021-03-25 13:26:58 +00:00
"readme" : "README.md" ,
"interface" : "waypoints.html" ,
"storage" : [
{ "name" : "kitchen.app.js" , "url" : "kitchen.app.js" } ,
2021-06-24 20:15:25 +00:00
{ "name" : "stepo2.kit.js" , "url" : "stepo2.kit.js" } ,
2021-05-26 15:21:52 +00:00
{ "name" : "swatch.kit.js" , "url" : "swatch.kit.js" } ,
2021-06-24 20:15:25 +00:00
{ "name" : "gps.kit.js" , "url" : "gps.kit.js" } ,
2021-03-25 13:26:58 +00:00
{ "name" : "compass.kit.js" , "url" : "compass.kit.js" } ,
{ "name" : "kitchen.img" , "url" : "kitchen.icon.js" , "evaluate" : true }
2021-05-10 19:05:09 +00:00
] ,
2021-05-08 12:32:37 +00:00
"data" : [
{ "name" : "waypoints.json" , "url" : "waypoints.json" }
2021-03-25 13:26:58 +00:00
]
2021-03-29 02:34:25 +00:00
} ,
2021-04-13 07:34:28 +00:00
{ "id" : "qmsched" ,
"name" : "Quiet Mode Schedule" ,
"shortName" : "Quiet Mode" ,
"icon" : "app.png" ,
"version" : "0.01" ,
"description" : "Automatically turn Quiet Mode on or off at set times" ,
"readme" : "README.md" ,
"tags" : "tool" ,
"storage" : [
{ "name" : "qmsched" , "url" : "lib.js" } ,
{ "name" : "qmsched.app.js" , "url" : "app.js" } ,
{ "name" : "qmsched.boot.js" , "url" : "boot.js" } ,
{ "name" : "qmsched.img" , "url" : "icon.js" , "evaluate" : true }
] ,
"data" : [
{ "name" : "qmsched.json" }
]
} ,
2021-03-29 02:34:25 +00:00
{
"id" : "hourstrike" ,
"name" : "Hour Strike" ,
"shortName" : "Hour Strike" ,
2021-03-29 02:36:03 +00:00
"icon" : "app-icon.png" ,
2021-04-03 02:22:08 +00:00
"version" : "0.07" ,
2021-03-29 02:34:25 +00:00
"description" : "Strike the clock on the hour. A great tool to remind you an hour has passed!" ,
2021-03-29 02:36:03 +00:00
"tags" : "tool,alarm" ,
2021-03-29 02:34:25 +00:00
"readme" : "README.md" ,
"storage" : [
{ "name" : "hourstrike.app.js" , "url" : "app.js" } ,
{ "name" : "hourstrike.boot.js" , "url" : "boot.js" } ,
{ "name" : "hourstrike.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2021-04-15 16:34:14 +00:00
} ,
{ "id" : "whereworld" ,
"name" : "Where in the World?" ,
"shortName" : "Where World" ,
"icon" : "app.png" ,
"version" : "0.01" ,
"description" : "Shows your current location on the world map" ,
"tags" : "gps" ,
"storage" : [
{ "name" : "whereworld.app.js" , "url" : "app.js" } ,
{ "name" : "whereworld.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "whereworld.worldmap" , "url" : "worldmap" }
]
2021-04-17 16:16:25 +00:00
} ,
{
"id" : "omnitrix" ,
"name" : "Omnitrix" ,
"icon" : "omnitrix.png" ,
2021-05-13 07:20:46 +00:00
"version" : "0.01" ,
2021-04-17 16:16:25 +00:00
"readme" : "README.md" ,
"description" : "An Omnitrix Showpiece" ,
"tags" : "game" ,
"storage" : [
{ "name" : "omnitrix.app.js" , "url" : "omnitrix.app.js" } ,
{ "name" : "omnitrix.img" , "url" : "omnitrix.icon.js" , "evaluate" : true }
]
2021-04-19 07:14:29 +00:00
} ,
2021-04-17 14:25:07 +00:00
{ "id" : "batclock" ,
"name" : "Bat Clock" ,
"shortName" : "Bat Clock" ,
"icon" : "bat-clock.png" ,
2021-06-24 12:12:59 +00:00
"version" : "0.02" ,
2021-04-17 14:25:07 +00:00
"description" : "Morphing Clock, with an awesome \"The Dark Knight\" themed logo." ,
"tags" : "clock" ,
"type" : "clock" ,
"readme" : "README.md" ,
"storage" : [
2021-04-19 07:59:54 +00:00
{ "name" : "batclock.app.js" , "url" : "bat-clock.app.js" } ,
{ "name" : "batclock.img" , "url" : "bat-clock.icon.js" , "evaluate" : true }
2021-04-17 14:25:07 +00:00
]
2021-05-11 16:15:41 +00:00
} ,
2021-05-12 02:05:52 +00:00
{ "id" : "doztime" ,
2021-05-12 02:10:41 +00:00
"name" : "Dozenal Time" ,
"shortName" : "Dozenal Time" ,
2021-05-12 02:05:52 +00:00
"icon" : "app.png" ,
2021-05-13 07:20:46 +00:00
"version" : "0.01" ,
2021-05-12 02:05:52 +00:00
"description" : "A dozenal Holocene calendar and dozenal diurnal clock" ,
"tags" : "clock" ,
"type" : "clock" ,
2021-05-14 14:18:47 +00:00
"allow_emulator" : true ,
2021-05-13 07:20:46 +00:00
"readme" : "README.md" ,
2021-05-11 16:15:41 +00:00
"storage" : [
2021-05-11 22:53:17 +00:00
{ "name" : "doztime.app.js" , "url" : "app.js" } ,
{ "name" : "doztime.img" , "url" : "app-icon.js" , "evaluate" : true }
2021-05-11 16:15:41 +00:00
]
2021-05-27 22:54:29 +00:00
} ,
{ "id" : "gbtwist" ,
"name" : "Gadgetbridge Twist Control" ,
"shortName" : "Twist Control" ,
"icon" : "app.png" ,
"version" : "0.01" ,
"description" : "Shake your wrist to control your music app via Gadgetbridge" ,
"tags" : "tools,bluetooth,gadgetbridge,music" ,
"type" : "app" ,
"allow_emulator" : false ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "gbtwist.app.js" , "url" : "app.js" } ,
{ "name" : "gbtwist.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2021-06-05 20:39:30 +00:00
} ,
2021-06-14 15:41:09 +00:00
{ "id" : "thermom" ,
"name" : "Thermometer" ,
"icon" : "app.png" ,
"version" : "0.02" ,
"description" : "Displays the current temperature, updated every 20 seconds" ,
"tags" : "tool" ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "thermom.app.js" , "url" : "app.js" } ,
{ "name" : "thermom.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
2021-06-05 20:39:30 +00:00
{ "id" : "mysticdock" ,
"name" : "Mystic Dock" ,
"icon" : "mystic-dock.png" ,
2021-06-24 12:12:59 +00:00
"version" : "1.00" ,
2021-06-05 20:39:30 +00:00
"description" : "A retro-inspired dockface that displays the current time and battery charge while plugged in, and which features an interactive mode that shows the time, date, and a rotating data display line." ,
"tags" : "dock" ,
"type" : "dock" ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "mysticdock.app.js" , "url" : "mystic-dock-app.js" } ,
{ "name" : "mysticdock.boot.js" , "url" : "mystic-dock-boot.js" } ,
{ "name" : "mysticdock.settings.js" , "url" : "mystic-dock-settings.js" } ,
{ "name" : "mysticdock.img" , "url" : "mystic-dock-icon.js" , "evaluate" : true }
]
2021-06-07 09:59:35 +00:00
} ,
2021-06-05 20:47:18 +00:00
{ "id" : "mysticclock" ,
"name" : "Mystic Clock" ,
"icon" : "mystic-clock.png" ,
"version" : "1.00" ,
"description" : "A retro-inspired watchface featuring time, date, and an interactive data display line." ,
"tags" : "clock" ,
"type" : "clock" ,
"readme" : "README.md" ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "mysticclock.app.js" , "url" : "mystic-clock-app.js" } ,
{ "name" : "mysticclock.settings.js" , "url" : "mystic-clock-settings.js" } ,
{ "name" : "mysticclock.img" , "url" : "mystic-clock-icon.js" , "evaluate" : true }
]
2021-07-22 16:34:03 +00:00
} ,
{ "id" : "thermomF" ,
"name" : "Fahrenheit Thermometer" ,
"shortName" : "Thermometer F" ,
"icon" : "app.png" ,
"version" : "0.01" ,
"description" : "A modification of the Thermometer App to display temprature in Fahrenheit" ,
"tags" : "" ,
"storage" : [
{ "name" : "thermof.app.js" , "url" : "app.js" } ,
{ "name" : "thermof.png" , "url" : "app-icon.js" , "evaluate" : true }
]
2021-05-12 01:54:53 +00:00
}
2021-05-24 18:51:13 +00:00
]
2021-07-22 16:34:03 +00:00