grandfather-clock: add initial metadata

master
June Bennison 2025-01-30 14:43:18 +11:00
parent c74c99a6c3
commit 195dd618f1
5 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1 @@
0.01: New Widget!

View File

@ -0,0 +1,15 @@
# Grandfather Clock
A widget that runs in the background and chimes every 15mins (similar to Chimer), and counts out the fractions of an hour and the o'clock hour.
## Usage
Once installed, see the App Settings page for options.
## Requests
Drop me a message at @yogsoy on Discord if you need help / discover a bug that I can squash for you.
## Creator
Written by June B (yogsoy), inspired by aaronrolls' Chimer.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1,14 @@
{ "id": "grandfather-clock",
"name": "Grandfather Clock Bell Widget",
"shortName":"Grandfather Clock",
"version":"0.01",
"description": "A widget that chimes every 15mins (similar to Chimer), and counts out the fractions of an hour and the o'clock hour.",
"icon": "icon.png",
"type": "widget",
"tags": "widget",
"supports" : ["BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"grandfather-clock.wid.js","url":"widget.js"}
]
}

View File

@ -0,0 +1,5 @@
(() => {
})()