forked from FOSS/BangleApps
37 lines
703 B
JSON
37 lines
703 B
JSON
|
{
|
||
|
"id": "pomoplus",
|
||
|
"name": "Pomodoro Plus",
|
||
|
"version": "0.05",
|
||
|
"description": "A configurable pomodoro timer that runs in the background.",
|
||
|
"icon": "pomodoro.png",
|
||
|
"type": "app",
|
||
|
"tags": "pomodoro,cooking,tools",
|
||
|
"supports": [
|
||
|
"BANGLEJS",
|
||
|
"BANGLEJS2"
|
||
|
],
|
||
|
"allow_emulator": true,
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|