32 lines
550 B
JSON
32 lines
550 B
JSON
{
|
|
"name": "Astro-Deploy",
|
|
"short_name": "Astro-Deploy",
|
|
"icons": [
|
|
{
|
|
"src": "/pwa-64x64.png",
|
|
"sizes": "64x64",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/pwa-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/pwa-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/maskable-icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
],
|
|
"start_url": "/",
|
|
"theme_color": "#1294c9",
|
|
"background_color": "#1f253c",
|
|
"display": "standalone"
|
|
}
|