<!-- Copyright 2021 The Chromium Authors
     Use of this source code is governed by a BSD-style license that can be
     found in the LICENSE file. -->
<!DOCTYPE html>
<head>
  <meta charset="utf-8">
  <title>System Extensions Internals</title>
</head>
<p>Choose a directory with a System Extension to sideload it. The System Extension directory must be in Downloads for ChromeOS to be able to find it.</p>
<button id="choose-directory">Choose directory</button>
<button id="uninstall" >Uninstall System Extension</button>
<dialog id="result-dialog">
  <p>System Extension installed</p>
</dialog>
<p id="installed-status"></p>
<!-- Needed for js browser tests -->
<script src="chrome://resources/mojo/mojo/public/js/mojo_bindings_lite.js"></script>
<script type="module" src="index.js"></script>