Fix the scope path for the main app

This commit is contained in:
Junior 2024-08-14 11:22:30 -04:00
parent 8f89061331
commit 3cc963cbfa

View File

@ -3,17 +3,17 @@
"description": "JAJ Comics: So many comics, so little time!",
"icons": [
{
"src": "/img/comics_512.png",
"src": "img/comics_512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "/img/comics_192.png",
"src": "img/comics_192.png",
"type": "image/png",
"sizes": "192x192"
}
],
"start_url": "index.php",
"display": "fullscreen",
"scope": "/"
"scope": "/comics/"
}