{
  "name": "{{ settings.store_name }}",
  "short_name": "{{ settings.store_name }}",
  "icons": [
    {
      "src": "{{ settings.android_chrome_icon | image_url: width: 192, height: 192 }}",
      "sizes": "192x192",
      "type": "image\/png"
    }
  ],
  "theme_color": "{{ settings.favicons_color }}",
  "background_color": "{{ settings.favicons_color }}",
  "start_url": "{{ shop.url }}",
  "display": "standalone"
}
