Example ES5 use of the SettingsManagerChromeExtensionAdapter library
script
tags:
<!-- // Load the SettingsManager code -->
<script src="../../scripts/SettingsManager.js"></script>
<!-- // Load the SettingsManager Chrome Extension Adapter code -->
<script src="../../scripts/SettingsManagerChromeExtensionAdapter.js"></script>
<!-- // Load the test code -->
<script src="./es5-test.js" type="module"></script>