datamad2017/manifest.json
Said Tahsin Dane 4e145e552f Short tile is camelCase. Sorry about that.
The `short_name` in the manifest.son has to stay like that. That's how Chome asks.
2015-03-14 12:50:08 +02:00

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"
}