mirror of https://github.com/espruino/BangleApps
22 lines
649 B
JSON
22 lines
649 B
JSON
{
|
|
"id": "scrolly",
|
|
"name": "Scrolly",
|
|
"shortName":"Scrolly",
|
|
"icon": "app.png",
|
|
"screenshots" : [ { "url":"screenshot.gif" } ],
|
|
"version":"0.01",
|
|
"description": "Scrolly is a simple app designed to display scrolling text across your screen in a clean and dynamic way. Perfect for announcements or just for fun!",
|
|
"readme":"README.md",
|
|
"type": "app",
|
|
"tags": "tool",
|
|
"supports": ["BANGLEJS2"],
|
|
"dependencies": {"textinput":"type"},
|
|
"storage": [
|
|
{"name":"scrolly.app.js","url":"app.js"},
|
|
{"name":"scrolly.img","url":"app-icon.js","evaluate":true}
|
|
],
|
|
"data": [
|
|
{"name":"scrolly.json"}
|
|
]
|
|
}
|