manifest ends up in assets folder, index.html in parent folder

This commit is contained in:
Bruno Windels 2021-12-08 18:29:32 +01:00
parent fb8149b6cf
commit 180681b602
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"short_name": "Hydrogen",
"display": "standalone",
"description": "Lightweight matrix client with legacy and mobile browser support",
"start_url": "index.html",
"start_url": "../index.html",
"icons": [
{"src": "icon.png", "sizes": "384x384", "type": "image/png"},
{"src": "icon-maskable.png", "sizes": "384x384", "type": "image/png", "purpose": "maskable"}