aboutsummaryrefslogtreecommitdiff
path: root/popup.js
diff options
context:
space:
mode:
Diffstat (limited to 'popup.js')
-rw-r--r--popup.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/popup.js b/popup.js
new file mode 100644
index 0000000..c07a031
--- /dev/null
+++ b/popup.js
@@ -0,0 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
+
+"use strict";
+
+browser.runtime.openOptionsPage();
+window.close();