{ "$comment": "AGENT: replace the 3 brand strings below (name / short_name / description) with your app's. There are 5 more brand strings in index.html (apple-mobile-web-app-title, , favicon alt) — see the [BRAND] markers there. Total: 8 strings to update, otherwise the PWA install prompt / browser tab / home-screen icon will say 'Ojas app'.", "name": "Ojas app", "short_name": "Ojas", "description": "An app deployed by Ojas", "start_url": ".", "scope": "./", "display": "standalone", "background_color": "#020617", "theme_color": "#4f46e5", "icons": [ { "src": "./icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "./icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "./icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ] }