fix: use relative url path in manifest instead of absolute

This commit is contained in:
Philipp Hutterer
2024-01-05 00:25:50 +01:00
parent 8f37f24534
commit 4e941a5275
2 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
"background_color": "#fafafa",
"display": "standalone",
"scope": "./",
"start_url": "/?utm_source=homescreen",
"start_url": "./?utm_source=homescreen",
"icons": [
{
"src": "assets/icons/android-chrome-192x192.png",
@@ -19,7 +19,7 @@
}
],
"share_target": {
"action": "/share-target",
"action": "./share-target",
"method": "GET",
"params": {
"text": "text"