{ "name": "{{BRAND_NAME}}", "short_name": "{{BRAND_NAME}}", "description": "{{BRAND_TAGLINE}}", "start_url": "/", "scope": "/", "display": "standalone", "background_color": "{{BRAND_THEME_COLOR}}", "theme_color": "{{BRAND_THEME_COLOR}}", "orientation": "portrait-primary", "icons": [ { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" } ] }