Commit a8c9348e authored by Owen Min's avatar Owen Min Committed by Commit Bot

Fix policy description

Policy WebAppInstallForceList's description is accidentally changed in
a previous CL. Revert it back.

Change-Id: Iba0dd737f3c0583ee43962c4e04a64cd01be1d0b
Tbr: pastarmovj@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/1301840
Commit-Queue: Owen Min <zmin@chromium.org>
Reviewed-by: default avatarOwen Min <zmin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#603124}
parent 9f9b8e7e
......@@ -13344,7 +13344,7 @@
'id': 468,
'caption': '''Configure list of force-installed Web Apps''',
'tags': [],
'desc': '''Specifies a list of websites that are installed silentl<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>y, without user interaction, and which cannot be uninstalled nor disabled by the user.
'desc': '''Specifies a list of websites that are installed silently, without user interaction, and which cannot be uninstalled nor disabled by the user.
Each list item of the policy is an object with two members: "url" and "launch_container". "url" should be the URL of the web app to install and "launch_container" should be either "window" or "tab" to indicate how the Web App will be opened once installed. If "launch_container" is omitted, the app will launch in a window if Chrome considers it a Progressive Web App and in a tab otherwise.''',
'label': '''URLs for Web Apps to be silently installed.''',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment