22 lines
487 B
JSON
22 lines
487 B
JSON
{
|
|
"name": "Laravel PWA",
|
|
"short_name": "LPT",
|
|
"background_color": "#6777ef",
|
|
"display": "standalone",
|
|
"description": "A Progressive Web Application setup for Laravel projects.",
|
|
"theme_color": "#6777ef",
|
|
"start_url": "/",
|
|
"icons": [
|
|
{
|
|
"src": "/logo-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/logo-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|