templates/partials/_pwa_head.html.twig line 1

Open in your IDE?
  1. {#
  2.  # PWA installability: manifest + platform icons. Paired with js/pwa.js,
  3.  # which registers the service worker (public_html/sw.js).
  4.  #}
  5. <link rel="manifest" href="{{ asset('manifest.webmanifest') }}">
  6. <meta name="theme-color" content="#3355d8">
  7. <link rel="apple-touch-icon" href="{{ asset('pwa-icons/apple-touch-icon.png') }}">