From d37171972407f6f6e9c8adefd915eaa9242dd576 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Fri, 14 Mar 2025 21:45:40 -0500 Subject: Flesh out the manifest.json some more In hopes that maybe it'll work offline on iOS. --- manifest.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 2375737..655cf66 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,7 @@ { "name": "On Point", "display": "standalone", - "version": "0.3" + "version": "0.3", + "start_url": "./", + "scope": "./" } -- cgit v1.2.3