mirror of https://github.com/espruino/BangleApps
18 lines
596 B
JSON
18 lines
596 B
JSON
{
|
|
"id": "messagesoverlay",
|
|
"name": "Messages Overlay",
|
|
"version": "0.03",
|
|
"description": "An overlay based implementation of a messages UI (display notifications from iOS and Gadgetbridge/Android)",
|
|
"icon": "app.png",
|
|
"type": "bootloader",
|
|
"tags": "tool,system",
|
|
"supports": ["BANGLEJS2"],
|
|
"dependencies" : { "messageicons":"module","messages":"app" },
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"messagesoverlay","url":"lib.js"},
|
|
{"name":"messagesoverlay.boot.js","url":"boot.js"}
|
|
],
|
|
"screenshots": [{"url":"screen_call.png"} ,{"url":"screen_message.png"} ]
|
|
}
|