mirror of https://github.com/espruino/BangleApps
18 lines
479 B
JSON
18 lines
479 B
JSON
{
|
|
"id": "pomodo",
|
|
"name": "Pomodoro",
|
|
"version": "0.02",
|
|
"description": "A simple pomodoro timer.",
|
|
"icon": "pomodoro.png",
|
|
"type": "app",
|
|
"tags": "pomodoro,cooking,tools",
|
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"allow_emulator": true,
|
|
"screenshots": [{"url":"bangle2-pomodoro-screenshot.png"}],
|
|
"storage": [
|
|
{"name":"pomodo.app.js","url":"pomodoro.js"},
|
|
{"name":"pomodo.img","url":"pomodoro-icon.js","evaluate":true}
|
|
]
|
|
}
|