{{# @name Manifest @desc The manifest.json template that renders the favicon manifest. #}} { "icons": [ { {{ if browser_appearance:android_chrome }} "src": "{{ glide:browser_appearance:android_chrome width='512' height='512' fit='crop_focal' }}", {{ else }} "src": "/favicons/android-chrome-512x512.png", {{ /if }} "sizes": "512x512", "type": "image/png" } ] }