mirror of https://github.com/espruino/BangleApps
14 lines
341 B
JSON
14 lines
341 B
JSON
|
{
|
||
|
"id": "widcasiologo",
|
||
|
"name": "Casio Logo Widget",
|
||
|
"version": "0.01",
|
||
|
"description": "A simple widget that displays Casio logo when clock screen is active.",
|
||
|
"icon": "widget.png",
|
||
|
"type": "widget",
|
||
|
"tags": "widget,clock",
|
||
|
"supports": ["BANGLEJS2"],
|
||
|
"storage": [
|
||
|
{"name":"widcasiologo.wid.js","url":"widget.js"}
|
||
|
]
|
||
|
}
|