souvenir/src/manifest.webmanifest

21 lines
440 B
Text
Raw Normal View History

2019-03-08 22:17:59 +00:00
{
2019-03-09 01:23:48 +00:00
"name": "Souvenir",
"short_name": "Souvenir",
2019-03-08 22:17:59 +00:00
"icons": [
{
2019-03-12 09:33:10 +00:00
"src": "/assets/img/icons/android-chrome-192x192.png",
2019-03-08 22:17:59 +00:00
"sizes": "192x192",
"type": "image/png"
},
{
2019-03-12 09:33:10 +00:00
"src": "/assets/img/icons/android-chrome-512x512.png",
2019-03-08 22:17:59 +00:00
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "/index.html",
2019-03-08 22:17:59 +00:00
"display": "standalone",
2019-03-09 01:23:48 +00:00
"background_color": "#212045",
"theme_color": "#8420a7"
2019-03-08 22:17:59 +00:00
}