Configuration utility tool

There are four options to customize Citrix Workspace app for ChromeOS:

  • configuration.js
  • web.config
  • default.ica
  • Google Policy

The four options are available on the configuration utility, which is a UI-based configuration webpage.

Download the Configuration utility tool from the Downloads page.

How to use the configuration utility tool

  1. Click Creat New.

Configuration Utility Tool

  1. Select Citrix Workspace app for Chrome and choose one of the four configuration options. Then, click Continue to move ahead or Click Cancel to go back to the home page.

For configuration.js

To create a configuration,

  1. After selecting configuration.js, click Continue to configure or click Cancel to go back to the home page.

Configurations

  1. On the Configuration Utility Tool, select the features you want and choose their appropriate values.

Configuration utility tool

  1. Click Download to download the configuration.js file.

To edit a configuration,

  1. Click Upload existing file.

Configuration Utility Tool

  1. Select Citrix Workspace app for Chrome and select configuration.js.

  2. Click Browse and navigate to the location of the configuration.js file to select and upload the file.

Upload configuration

  1. Click Continue to configure or Cancel to go back to the home page.
  2. Select the features that you want and choose their appropriate values.
  3. Click Download to download the configuration.js file.

For web.config (in StoreFront)

  1. After selecting web.config, click Continue to configure or click Cancel to go back to the home page.

Web config

  1. Select the settings that you want and their appropriate values and click Download (for example, select menubar: disable; displayResolution : disable)

Web config values

  1. Copy the contents in the dialog box.

Copy from dialog box

  1. Open the web.config file for the Citrix Receiver for Web Site. This file is typically at C:\inetpub\wwwroot\Citrix\storenameWeb, where a store name is the name specified for the store when it was created.
  2. Locate the chromeAppPreferences field in the file and set its value with the JSON string copied from the dialog box.
     chromeAppPreferences = '{
          "ui":{
               "toolbar":{
                    "menubar":false,"displayResolution":false
                    }
                    }
                    }'
<!--NeedCopy-->

Web config sample

For default.ica

  1. After selecting default.ica, click Continue to configure or click Cancel to go back to the home page.

Default ICA

  1. Select the settings that you want and their appropriate values and click Download (for example, select menubar > disable and displayResolution > disable).

Default ICA values

  1. Copy the contents in the dialog box.

Default ICA dialog box

  1. Open the default.ica file typically at C:\inetpub\wwwroot\Citrix\<site name>\conf\default.ica for Web interface customers, where the sitename is the name specified for the site when it was created. For StoreFront customers, the default.ica file is typically at C:\inetpub\wwwroot\Citrix\<Storename>\App_Data\default.ica, where a store name is the name specified for the store when it was created.
  2. Add the content in the last line of the default.ica file as shown. Default ICA file

For Google policy

How to create a configuration

  1. After selecting Google Policy, click Continue to configure or click Cancel to go back to the home page.

Google Policy

  1. Select the settings that you want and their appropriate values and click Download (for example, select sendPublicIPToCas: disabled)

Google Policy tool

  1. When you click Download, a policy.txt file is created.

Policy txt file

How to edit a configuration

Feature limitation:

You can edit only the settings and the values that are present in the upload file (policy.txt). If you require to edit other policies, create a policy file to include the settings. For more information, see How to create a configuration.

  1. Click Upload existing file.

Configuration Utility Tool

  1. Select Citrix Workspace app for Chrome and select policy.txt.

Policy txt

  1. Click Browse and navigate to the location of the policy.txt file to select and upload the file.

  2. Click Continue to edit or click Cancel to go back to the home page.

  3. Edit the settings by choosing their appropriate values.

  4. Click Download to download the updated policy.txt file.

Configuration utility tool