mirror of https://github.com/espruino/BangleApps
14 lines
385 B
JSON
14 lines
385 B
JSON
{
|
|
"id": "widswatchbeats",
|
|
"name": "Swatch Internet Time Widget",
|
|
"icon": "widget-icon.png",
|
|
"type": "widget",
|
|
"version": "0.01",
|
|
"description": "Displays the current .beat (e.g. @500 for midday)",
|
|
"tags": "widget,time,swatch,internet,beat,.beat,clock",
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"storage": [
|
|
{"name": "widswatchbeats.wid.js","url": "widget.js"}
|
|
]
|
|
}
|