{ "name": "BlackAndWhiteScreen", "short_name": "BlackAndWhiteScreen", "start_url": "./", "display": "standalone", "theme_color": "#000000", "background_color": "#000000", "icons": [ { "src": "/assets/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" }, { "src": "/assets/web-app-manifest-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }, { "src": "data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='192'%20height='192'%20viewBox='0%200%20192%20192'%3E%3Crect%20width='192'%20height='192'%20rx='28'%20fill='black'/%3E%3Ctext%20x='50%25'%20y='56%25'%20font-size='64'%20text-anchor='middle'%20fill='white'%20font-family='Arial'%20font-weight='700'%3EBWS%3C/text%3E%3C/svg%3E", "sizes": "192x192", "type": "image/svg+xml" }, { "src": "data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='512'%20height='512'%20viewBox='0%200%20512%20512'%3E%3Crect%20width='512'%20height='512'%20rx='72'%20fill='black'/%3E%3Ctext%20x='50%25'%20y='56%25'%20font-size='170'%20text-anchor='middle'%20fill='white'%20font-family='Arial'%20font-weight='700'%3EBWS%3C/text%3E%3C/svg%3E", "sizes": "512x512", "type": "image/svg+xml" } ] }