forked from FOSS/BangleApps
14 lines
382 B
JSON
14 lines
382 B
JSON
{ "id": "msgwakefup",
|
|
"name": "Message wake on face up",
|
|
"version":"0.01",
|
|
"description": "Temporarily activate wake on face up function when a new message is auto displayed.",
|
|
"icon": "app.png",
|
|
"tags": "messages,tweak",
|
|
"type": "bootloader",
|
|
"supports" : ["BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"msgwakefup.boot.js","url":"boot.js"}
|
|
]
|
|
}
|