necouchman commented on code in PR #1024: URL: https://github.com/apache/guacamole-client/pull/1024#discussion_r1799457914
########## guacamole/src/main/frontend/src/manifest.json: ########## @@ -0,0 +1,24 @@ +{ + "name": "Guacamole", + "short_name": "Guacamole", + "description": "Guacamole", + "start_url": ".", + "display": "standalone", + "icons": [ + { + "src": "./images/logo-vector.svg", + "type": "image/svg+xml", + "sizes": "512x512" + }, + { + "src": "./images/logo-512.png", + "type": "image/png", + "sizes": "512x512" + }, + { + "src": "./images/logo-192.png", + "type": "image/png", + "sizes": "192x192" + } + ] +} Review Comment: Any reason this is spaces with 2 character indentations, instead of the 4 characters that is common across (most of) the rest of the Guacamole source code? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@guacamole.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org