sebawagner commented on a change in pull request #164:
URL: https://github.com/apache/openmeetings/pull/164#discussion_r730328478



##########
File path: 
openmeetings-webservice/src/main/java/org/apache/openmeetings/webservice/InfoWebService.java
##########
@@ -91,4 +98,38 @@ public Info getVersion() {
        public Health getHealth() {
                return Health.INSTANCE;
        }
+
+       @WebMethod
+       @GET
+       @Path("/manifest.webmanifest")
+       @Produces({"application/manifest+json"})
+       public String getManifest() {
+               JSONObject manifest = new JSONObject();
+               manifest.put("name", OpenmeetingsVariables.getApplicationName() 
+ " " + Version.getVersion());

Review comment:
       By using the App name + version you can have multiple versions of 
OpenMeetings (including "-SNAPSHOT") installed on the same device. As those 
will be recognised as different links/apps.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to