1
0
Fork 0
BangleApps/apps/notify/metadata.json

16 lines
644 B
JSON

{
"id": "notify",
"name": "Notifications (default)",
"shortName": "Notifications",
"version": "0.11",
"description": "Provides the default `notify` module used by applications to display notifications in a bar at the top of 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"],
"readme": "README.md",
"storage": [
{"name":"notify","url":"notify.js"}
]
}