forked from FOSS/BangleApps
16 lines
467 B
JSON
16 lines
467 B
JSON
{
|
|
"id": "daysl",
|
|
"name": "Days left",
|
|
"version": "0.03",
|
|
"description": "Shows you the days left until a certain date. Date can be set with a settings app and is written to a file.",
|
|
"icon": "app.png",
|
|
"tags": "",
|
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
|
"allow_emulator": false,
|
|
"storage": [
|
|
{"name":"daysl.app.js","url":"app.js"},
|
|
{"name":"daysl.img","url":"app-icon.js","evaluate":true},
|
|
{"name":"daysl.wid.js","url":"widget.js"}
|
|
]
|
|
}
|