docs: fix metadata
parent
1b71d691be
commit
19ab440954
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"id": "gestimer",
|
||||
"name": "Gesture Timer",
|
||||
"shortName": "GesTimer",
|
||||
"id": "widtimer",
|
||||
"name": "Timer Widget",
|
||||
"shortName": "WidTimer",
|
||||
"version": "0.03",
|
||||
"description": "Battery-optimized timer widget with double-swipe protection. Double-swipe in any direction to unlock, then single swipes work: right/left ±1min, up/down ±10min. Visual feedback, multiple completion buzzes.",
|
||||
"description": "Timer widget with swipe controls. Double-swipe in any direction to unlock, then single swipes work: right/left ±1min, up/down ±10min. Will buzz upon timer completion.",
|
||||
"icon": "widget.png",
|
||||
"type": "widget",
|
||||
"tags": "widget,timer,gesture,battery-optimized",
|
||||
"supports": ["BANGLEJS2"],
|
||||
"storage": [
|
||||
{"name":"gestimer.wid.js","url":"widget.js"}
|
||||
{"name":"widtimer.wid.js","url":"widget.js"}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue