mirror of
https://github.com/alexta69/metube.git
synced 2026-06-16 16:20:07 +00:00
fix: use relative url path in manifest instead of absolute
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user