Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .well-known/signage-app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"manifestVersion": "1",
"id": "timer",
"name": "Timer",
"description": "A full-screen countdown / count-up timer for digital signage. Ticks the days, hours, minutes and seconds to a target instant, then counts up the elapsed time once it passes so the same screen handles a launch countdown or a \"days since\" board. Set an optional title, time zone, and a message shown when the target is reached. Everything arrives in the launch URL, so one deployment times any event.",
"summary": "Count down to or up from any moment.",
"description": "A full-screen countdown / count-up timer for digital signage. Ticks the days, hours, minutes and seconds to a target instant, then counts up the elapsed time once it passes, so the same screen handles a launch countdown or a \"days since\" board. Set an optional title, time zone, and a message shown when the target is reached. Everything arrives in the launch URL, so one deployment times any event.",
"summary": "Count down to or up from any moment.",
"vendor": "Screenly",
"tags": ["Countdown", "Clock", "Event"],
"homepage": "https://timer.srly.io/",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="A full-screen countdown / count-up timer for digital signage big ticking days, hours, minutes and seconds to (or since) any target."
content="A full-screen countdown / count-up timer for digital signage: big ticking days, hours, minutes and seconds to (or since) any target."
/>
<link
rel="icon"
Expand Down