Resource: WebApp
A web app.
JSON representation |
---|
{ "name": string, "title": string, "startUrl": string, "icons": [ { object ( |
Fields | |
---|---|
name |
The name of the web app, which is generated by the server during creation in the form |
title |
The title of the web app as displayed to the user (e.g., amongst a list of other applications, or as a label for an icon). |
start |
The start URL, i.e. the URL that should load when the user opens the application. |
icons[] |
A list of icons for the web app. Must have at least one element. |
display |
The display mode of the web app. |
version |
The current version of the app. Note that the version can automatically increase during the lifetime of the web app, while Google does internal housekeeping to keep the web app up-to-date. |
WebAppIcon
An icon for a web app. Supported formats are: png, jpg and webp.
JSON representation |
---|
{ "imageData": string } |
Fields | |
---|---|
image |
The actual bytes of the image in a base64url encoded string (c.f. RFC4648, section 5 "Base 64 Encoding with URL and Filename Safe Alphabet").
|
DisplayMode
The display mode of the web app.
Enums | |
---|---|
DISPLAY_MODE_UNSPECIFIED |
Not used. |
MINIMAL_UI |
Opens the web app with a minimal set of browser UI elements for controlling navigation and viewing the page URL. |
STANDALONE |
Opens the web app to look and feel like a standalone native application. The browser UI elements and page URL are not visible, however the system status bar and back button are visible. |
FULL_SCREEN |
Opens the web app in full screen without any visible controls. The browser UI elements, page URL, system status bar and back button are not visible, and the web app takes up the entirety of the available display area. |
Methods |
|
---|---|
|
Creates a web app. |
|
Deletes a web app. |
|
Gets a web app. |
|
Lists web apps for a given enterprise. |
|
Updates a web app. |