souvenir/src/manifest.webmanifest
2019-03-12 10:33:10 +01:00

20 lines
440 B
JSON

{
"name": "Souvenir",
"short_name": "Souvenir",
"icons": [
{
"src": "/assets/img/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/assets/img/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "/index.html",
"display": "standalone",
"background_color": "#212045",
"theme_color": "#8420a7"
}