Merge pull request #3199 from DaiYuANg/master

update pwa manifest support deploy in sub folder
This commit is contained in:
zadam 2022-10-15 12:00:41 +02:00 committed by GitHub
commit 7d6d466284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,8 @@
"theme_color": "DarkGray",
"background_color": "DarkGray",
"display": "standalone",
"scope": "/",
"start_url": "/",
"scope": "./",
"start_url": "./",
"icons": [{
"src": "images/app-icons/ios/apple-touch-icon.png",
"sizes": "180x180",