mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-27 05:01:23 +01:00
4e145e552f
The `short_name` in the manifest.son has to stay like that. That's how Chome asks.
20 lines
No EOL
410 B
JSON
20 lines
No EOL
410 B
JSON
---
|
|
layout: null
|
|
---
|
|
{
|
|
"short_name": "{{ site.shortTitle }}",
|
|
"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"
|
|
} |