Update start_url in manifest.json to point to root and restructure icons array
This commit is contained in:
@@ -5,5 +5,17 @@
|
|||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"description": "A Progressive Web Application setup for Laravel projects.",
|
"description": "A Progressive Web Application setup for Laravel projects.",
|
||||||
"theme_color": "#6777ef",
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user