0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 16:36:44 +01:00
svelte/site/static/manifest.json
2018-12-22 16:09:27 -05:00

21 lines
376 B
JSON

{
"background_color": "#ffffff",
"theme_color": "#ff3e00",
"name": "Svelte",
"short_name": "Svelte",
"display": "minimal-ui",
"start_url": "/",
"icons": [
{
"src": "images/svelte-android-chrome-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "images/svelte-android-chrome-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}