summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-03-14 21:45:40 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-03-14 21:45:40 -0500
commitd37171972407f6f6e9c8adefd915eaa9242dd576 (patch)
tree4a185f1d88e89184f9ff08e269b40c2ffebf7b20 /manifest.json
parentcc1095ab2090af5ffd9d02f30806863faec6d65a (diff)
downloadonpoint-d37171972407f6f6e9c8adefd915eaa9242dd576.tar.gz
onpoint-d37171972407f6f6e9c8adefd915eaa9242dd576.zip
Flesh out the manifest.json some more
In hopes that maybe it'll work offline on iOS.
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json4
1 files changed, 3 insertions, 1 deletions
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": "./"
}