Normally, when a GAS project is deployed as a web app, the value that appears in the tab of the browser when running the application is the current web app url. Is there a way to customise this value?
My application is based on html service.
Normally, when a GAS project is deployed as a web app, the value that
Share
You can use setTitle on the HtmlOutput object to change that.