{ "name": "{!! $library->name !!}", "short_name": "{!! $library->name_short !!}", "id": "{!! $library->id !!}", "start_url": "{!! $library->url !!}", "theme_color": "{!! $library->color !!}", "background_color": "{!! $library->color !!}", "description": "{!! $library->description !!}", "display": "standalone", "categories": "education", "icons": [ { "src": "{!! $icons['192'] !!}", "sizes": "192x192", "type": "image/png" }, { "src": "{!! $icons['144'] !!}", "sizes": "144x144", "type": "image/png" }, { "src": "{!! $icons['512'] !!}", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ] }