From 80009d6e912e5f79dca2803ef82ff0a5801d52be Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 2 Oct 2025 12:52:59 +0000 Subject: [PATCH 1/2] Initial plan From 391bbb151977894e0f7b02d7e50ab6e492d22761 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 2 Oct 2025 12:55:30 +0000 Subject: [PATCH 2/2] Update manifest.json to reference V3 instead of V2 Co-authored-by: DnaGDan <163401776+DnaGDan@users.noreply.github.com> --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 7183ac0..8b080bf 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "short_name": "Water Logger", "description": "Record and export soakaway depth-to-water tests. Works offline.", "id": "./", - "start_url": "./index_pwa_v2.html", + "start_url": "./index_pwa_v3.html", "scope": "./", "display": "standalone", "background_color": "#d8e9f9",