Added basic options panel.

Co-authored-by: Official Noob <31563761+OfficialNoob@users.noreply.github.com>
This commit is contained in:
Ajay Ramachandran
2019-12-29 23:18:18 -05:00
parent d10c8041bf
commit b27f56bc00
9 changed files with 327 additions and 12 deletions

5
options/options.js Normal file
View File

@@ -0,0 +1,5 @@
window.addEventListener('DOMContentLoaded', init);
function init() {
localizeHtmlPage();
}