SvelteQuickstart/public/manifest.json
2021-07-23 08:05:45 -04:00

23 lines
593 B
JSON

{
"name": "Svelte Quickstart",
"short_name": "Quickstart",
"start_url": "/?home=true",
"icons": [
{
"src": "icons/manifest-icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "icons/manifest-icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable any"
}
],
"theme_color": "#000000",
"background_color": "#ffffff",
"display": "fullscreen",
"orientation": "portrait"
}