forked from FOSS/BangleApps
21 lines
546 B
JSON
21 lines
546 B
JSON
{
|
|
"id": "measuretime",
|
|
"name": "Measure Time",
|
|
"version": "0.3",
|
|
"description": "Measure Time in a fancy way.",
|
|
"icon": "measuretime_icon.png",
|
|
"screenshots": [
|
|
{ "url": "screenshot_light.png" },
|
|
{ "url": "screenshot_dark.png" }
|
|
],
|
|
"type": "clock",
|
|
"tags": "clock",
|
|
"supports": ["BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"allow_emulator": true,
|
|
"storage": [
|
|
{ "name": "measuretime.app.js", "url": "measuretime.app.js" },
|
|
{ "name": "measuretime.img", "url": "measuretime-icon.js", "evaluate": true }
|
|
]
|
|
}
|