BangleApps/apps/notify/metadata.json

19 lines
795 B
JSON

{
"id": "notify",
"name": "Notifications (default)",
"shortName": "Notifications",
"version": "0.13",
"description": "Provides the default `notify` module used by applications to display notifications on the screen. This module is installed by default by client applications such as the Gadgetbridge app. Installing `Fullscreen Notifications` replaces this module with a version that displays the notifications using the full screen",
"icon": "notify.png",
"type": "notify",
"tags": "widget",
"supports": ["BANGLEJS","BANGLEJS2"],
"provides_modules" : ["notify"],
"default" : true,
"readme": "README.md",
"storage": [
{"name":"notify","url":"notify_bjs1.js", "supports": ["BANGLEJS"]},
{"name":"notify","url":"notify_bjs2.js", "supports": ["BANGLEJS2"]}
]
}