Skip to content

Commit

Permalink
feat: make use of options page to make possible future mobile support…
Browse files Browse the repository at this point in the history
… trivial ... maybe
  • Loading branch information
igorlogius committed Jul 19, 2023
1 parent 6273138 commit d7fce78
Show file tree
Hide file tree
Showing 10 changed files with 392 additions and 439 deletions.
5 changes: 5 additions & 0 deletions background.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/* global browser */

browser.browserAction.onClicked.addListener(() => {
browser.runtime.openOptionsPage();
});
42 changes: 0 additions & 42 deletions export-dialog.html

This file was deleted.

175 changes: 0 additions & 175 deletions export-dialog.js

This file was deleted.

33 changes: 0 additions & 33 deletions import-dialog.html

This file was deleted.

Loading

0 comments on commit d7fce78

Please sign in to comment.