aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json
index c9bce8a..03239bf 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,14 +1,14 @@
{
"name": "Vericert",
"short_name": "Vericert",
- "start_url": "/",
- "scope": "/",
+ "start_url": "/vericert-docs/",
+ "scope": "/vericert-docs/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"icons": [
{
- "src": "/favicon.svg",
+ "src": "/vericert-docs/favicon.svg",
"sizes": "512x512"
}
]