mirror of https://github.com/espruino/BangleApps
40 lines
729 B
JSON
40 lines
729 B
JSON
{
|
|
"id": "pomoplus",
|
|
"name": "Pomodoro Plus",
|
|
"version": "0.06",
|
|
"description": "A configurable pomodoro timer that runs in the background.",
|
|
"icon": "icon.png",
|
|
"type": "app",
|
|
"tags": "pomodoro,cooking,tools",
|
|
"supports": [
|
|
"BANGLEJS",
|
|
"BANGLEJS2"
|
|
],
|
|
"storage": [
|
|
{
|
|
"name": "pomoplus.app.js",
|
|
"url": "app.js"
|
|
},
|
|
{
|
|
"name": "pomoplus.img",
|
|
"url": "icon.js",
|
|
"evaluate": true
|
|
},
|
|
{
|
|
"name": "pomoplus.boot.js",
|
|
"url": "boot.js"
|
|
},
|
|
{
|
|
"name": "pomoplus-com.js",
|
|
"url": "common.js"
|
|
},
|
|
{
|
|
"name": "pomoplus.settings.js",
|
|
"url": "settings.js"
|
|
}
|
|
],
|
|
"data": [
|
|
{"name":"pomoplus.settings.json"}
|
|
]
|
|
}
|