1
0
forked from poc/pds

Update start_url in manifest.json to point to root and restructure icons array

This commit is contained in:
dhanabalan
2025-11-04 16:05:00 +05:30
parent 9c78996300
commit fc97a18b74

View File

@@ -5,5 +5,17 @@
"display": "standalone",
"description": "A Progressive Web Application setup for Laravel projects.",
"theme_color": "#6777ef",
"start_url": "/admin"
"start_url": "/",
"icons": [
{
"src": "/logo.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/logo.png",
"sizes": "512x512",
"type": "image/png"
}
]
}