Default a fresh install to 3:00 + 12s

The reserve was already three minutes; only the delay moves, 15s to 12s,
which is the control both of the other presets use.

It is a default, not a migration: store.num only falls back when nothing
is saved, so anyone already carrying a bg.delay keeps it. Checked both
ways — an empty profile comes up with 12s and the 3m/12s preset already
lit, a profile holding 15000 comes up unchanged with 3m/15s lit.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-11 17:00:50 +02:00
co-authored by Claude Opus 5
parent 7a820b44f8
commit 365605dd6c
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/* Cache-first: once installed the clock never touches the network again. */
const CACHE = "bgclock-v9";
const CACHE = "bgclock-v10";
const FILES = [
"./",
"./index.html",