bulma/docs/favicons/manifest.json

18 lines
330 B
JSON
Raw Normal View History

{
2017-01-04 18:00:50 +00:00
"name": "",
"icons": [
{
2017-01-04 18:00:50 +00:00
"src": "\/favicons\/android-chrome-192x192.png?v=201701041855",
"sizes": "192x192",
2016-09-24 16:18:56 +00:00
"type": "image\/png"
2017-01-04 18:00:50 +00:00
},
{
"src": "\/favicons\/android-chrome-384x384.png?v=201701041855",
"sizes": "384x384",
"type": "image\/png"
}
2016-09-24 16:18:56 +00:00
],
2016-09-25 16:44:01 +00:00
"theme_color": "#00d1b2",
2016-09-24 16:18:56 +00:00
"display": "standalone"
}