0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-04 16:24:22 +01:00
Bootstrap/site/static/docs/5.3/assets/img/favicons/manifest.json

21 lines
412 B
JSON
Raw Normal View History

{
2018-10-14 20:49:01 +02:00
"name": "Bootstrap",
"short_name": "Bootstrap",
"icons": [
{
"src": "android-chrome-192x192.png",
2018-10-14 20:49:01 +02:00
"sizes": "192x192",
"type": "image/png"
},
{
"src": "android-chrome-512x512.png",
2018-10-14 20:49:01 +02:00
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "/?utm_source=a2hs",
2020-06-16 08:31:41 +02:00
"theme_color": "#7952b3",
"background_color": "#7952b3",
2018-10-14 20:49:01 +02:00
"display": "standalone"
}