2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "android",
|
|
|
|
"name": "Android Integration",
|
|
|
|
"shortName": "Android",
|
2024-10-25 08:35:55 +00:00
|
|
|
"version": "0.39",
|
2022-01-06 11:47:26 +00:00
|
|
|
"description": "Display notifications/music/etc sent from the Gadgetbridge app on Android. This replaces the old 'Gadgetbridge' Bangle.js widget.",
|
|
|
|
"icon": "app.png",
|
2022-01-13 20:41:39 +00:00
|
|
|
"tags": "tool,system,messages,notifications,gadgetbridge",
|
2022-11-20 14:41:02 +00:00
|
|
|
"dependencies": {"messages":"module"},
|
2022-01-06 11:47:26 +00:00
|
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
2022-01-13 20:41:39 +00:00
|
|
|
"readme": "README.md",
|
2022-01-06 11:47:26 +00:00
|
|
|
"storage": [
|
|
|
|
{"name":"android.app.js","url":"app.js"},
|
|
|
|
{"name":"android.settings.js","url":"settings.js"},
|
|
|
|
{"name":"android.img","url":"app-icon.js","evaluate":true},
|
2024-10-25 08:35:55 +00:00
|
|
|
{"name":"android.boot.js","url":"boot.js"},
|
|
|
|
{"name":"android","url":"lib.js"}
|
2022-01-06 11:47:26 +00:00
|
|
|
],
|
2023-08-19 09:56:29 +00:00
|
|
|
"data": [{"name":"android.settings.json"}, {"name":"android.calendar.json"}, {"name":"android.cards.json"}],
|
2022-01-06 11:47:26 +00:00
|
|
|
"sortorder": -8
|
|
|
|
}
|