docs: fix metadata

master
Leon Weber-Genzel 2025-05-25 22:26:51 +02:00
parent 1b71d691be
commit 19ab440954
1 changed files with 5 additions and 5 deletions

View File

@ -1,14 +1,14 @@
{ {
"id": "gestimer", "id": "widtimer",
"name": "Gesture Timer", "name": "Timer Widget",
"shortName": "GesTimer", "shortName": "WidTimer",
"version": "0.03", "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", "icon": "widget.png",
"type": "widget", "type": "widget",
"tags": "widget,timer,gesture,battery-optimized", "tags": "widget,timer,gesture,battery-optimized",
"supports": ["BANGLEJS2"], "supports": ["BANGLEJS2"],
"storage": [ "storage": [
{"name":"gestimer.wid.js","url":"widget.js"} {"name":"widtimer.wid.js","url":"widget.js"}
] ]
} }