added on/off switch and expiration date on instanceKeys in sync

on/off is in settings.
when instanceKey date is 30 days old, it is deleted

fixed bug
This commit is contained in:
Kendall Werts
2020-01-22 16:43:10 -06:00
parent d7b66eca52
commit 3aa2902cde
6 changed files with 139 additions and 78 deletions
+5
View File
@@ -12,6 +12,11 @@
Enable Bookmark Menus
</label>
<p>This setting allows you to open a bookmark or folder of bookmarks in a container.</p>
<label>
<input type="checkbox" id="syncCheck">
Enable Sync
</label>
<p>This setting allows you to sync your containers and site assignments across devices.</p>
</form>
<script src="js/options.js"></script>
</body>