diff --git a/notes.txt b/notes.txt index f74651e..e61fce2 100644 --- a/notes.txt +++ b/notes.txt @@ -2,7 +2,14 @@ Chrome: use "chrome.storage" in place of "browser.storage" (default) in files: js/home.js js/options.js - remove code block in manifest.json: + remove code blocks in manifest.json: "chrome_settings_overrides" : { "homepage": "index.html" - }, \ No newline at end of file + }, + + "applications": { + "gecko": { + "id": "placidtab2@kylemitchell.me", + "strict_min_version": "57.0" + } + } \ No newline at end of file