{ "_note": "Icon paths were pointing at the site root (404). Fixed to their real location under assets/images/favicon/. The ?v= query must be bumped by hand (in this file AND browserconfig.xml) whenever these PNGs are replaced, in sync with FAVICON_VERSION in .env — this manifest isn't PHP-rendered, so faviconVersion() can't be injected here automatically.", "name": "Envia.com", "short_name": "Envia.com", "icons": [ { "src": "/assets/images/favicon/android-chrome-192x192.png?v=20240924", "sizes": "192x192", "type": "image/png" }, { "src": "/assets/images/favicon/android-chrome-384x384.png?v=20240924", "sizes": "384x384", "type": "image/png" } ], "theme_color": "#ffffff", "background_color": "#ffffff", "display": "standalone" }