forked from FOSS/BangleApps
14 lines
300 B
JSON
14 lines
300 B
JSON
|
{
|
||
|
"id": "widcal",
|
||
|
"name": "Calendar Widget",
|
||
|
"version": "0.01",
|
||
|
"description": "Widget with the current date",
|
||
|
"icon": "widget.png",
|
||
|
"type": "widget",
|
||
|
"tags": "widget,calendar",
|
||
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
||
|
"storage": [
|
||
|
{"name":"widcal.wid.js","url":"widget.js"}
|
||
|
]
|
||
|
}
|