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