{{ ssk:manifests }} { "short_name": "{{ web_manifest_short_name }}", "name": "{{ web_manifest_name }}", "description": "{{ web_manifest_description }}", "icons": [ { "src": "{{ glide:web_manifest_icon width='512' height='512' absolute="true" }}", "type": "image/{{ web_manifest_icon:extension }}", "sizes": "512x512" }, { "src": "{{ glide:web_manifest_icon width='192' height='192' absolute="true" }}", "type": "image/{{ web_manifest_icon:extension }}", "sizes": "192x192" } ], "start_url": "./?utm_source=web_app_manifest", "background_color": "{{ web_manifest_background_color }}", "display": "{{ web_manifest_display }}", "scope": "/", "theme_color": "{{ web_manifest_theme_color }}", "orientation": "portrait-primary" } {{ /ssk:manifests }}