| OLD | NEW |
| 1 <h1>Kiosk Mode</h1> | 1 <h1>Kiosk Mode</h1> |
| 2 | 2 |
| 3 <h2 id="kiosk_enabled">Kiosk Enabled</h2> | 3 <h2 id="kiosk_enabled">Kiosk Enabled</h2> |
| 4 | 4 |
| 5 <p> | 5 <p> |
| 6 Whether the packaged app is designed to expected to work in ChromeOS kiosk | 6 Whether the packaged app is designed to expected to work in ChromeOS kiosk |
| 7 mode. If <code>"kiosk_mode"<code> is <code>true</code>, the platform app | 7 mode. If <code>"kiosk_enabled"</code> is <code>true</code>, the platform app |
| 8 window will cover the entire surface of the display (forced full screen). | 8 window will cover the entire surface of the display (forced full screen). |
| 9 The kiosk-enabled apps are expected to be designed with this constraint in mind. | 9 The kiosk-enabled apps are expected to be designed with this constraint in mind. |
| 10 </p> | 10 </p> |
| 11 | 11 |
| 12 <h2 id="kiosk_only">Kiosk Only</h2> | 12 <h2 id="kiosk_only">Kiosk Only</h2> |
| 13 | 13 |
| 14 <p> | 14 <p> |
| 15 Whether the packaged app is only intended to be installed and run in ChromeOS | 15 Whether the packaged app is only intended to be installed and run in ChromeOS |
| 16 kiosk mode. This field is only valid if the <code>"kiosk_enabled"</code> field | 16 kiosk mode. This field is only valid if the <code>"kiosk_enabled"</code> field |
| 17 is <code>true</code>. | 17 is <code>true</code>. |
| 18 </p> | 18 </p> |
| OLD | NEW |