mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-27 05:01:23 +01:00
20 lines
No EOL
411 B
JSON
20 lines
No EOL
411 B
JSON
---
|
|
layout: null
|
|
---
|
|
{
|
|
"short_name": "{{ site.short_title }}",
|
|
"name": "{{ site.title }}",
|
|
"icons": [
|
|
{
|
|
"src": "{{ site.baseurl }}/img/favicons/favicon-96x96.png",
|
|
"sizes": "96x96",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "{{ site.baseurl }}/img/favicons/apple-touch-icon-144x144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"display": "standalone"
|
|
} |