grandfather-clock: add initial metadata
parent
c74c99a6c3
commit
195dd618f1
|
|
@ -0,0 +1 @@
|
|||
0.01: New Widget!
|
||||
|
|
@ -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 |
|
|
@ -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"}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
(() => {
|
||||
|
||||
|
||||
|
||||
})()
|
||||
Loading…
Reference in New Issue