mirror of https://github.com/espruino/BangleApps
21 lines
803 B
JSON
21 lines
803 B
JSON
{
|
|
"id": "android",
|
|
"name": "Android Integration",
|
|
"shortName": "Android",
|
|
"version": "0.36",
|
|
"description": "Display notifications/music/etc sent from the Gadgetbridge app on Android. This replaces the old 'Gadgetbridge' Bangle.js widget.",
|
|
"icon": "app.png",
|
|
"tags": "tool,system,messages,notifications,gadgetbridge",
|
|
"dependencies": {"messages":"module"},
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"android.app.js","url":"app.js"},
|
|
{"name":"android.settings.js","url":"settings.js"},
|
|
{"name":"android.img","url":"app-icon.js","evaluate":true},
|
|
{"name":"android.boot.js","url":"boot.js"}
|
|
],
|
|
"data": [{"name":"android.settings.json"}, {"name":"android.calendar.json"}, {"name":"android.cards.json"}],
|
|
"sortorder": -8
|
|
}
|