diff --git a/src/manifest.json b/src/manifest.json
index 052c40f..24a26e0 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -25,6 +25,10 @@
"action": {
"default_popup": "popup.html"
},
+ "options_ui": {
+ "page": "popup.html",
+ "open_in_tab": true
+ },
"content_scripts": [
{
"matches": [
diff --git a/src/manifest.v2.json b/src/manifest.v2.json
index 8e63223..2a89073 100644
--- a/src/manifest.v2.json
+++ b/src/manifest.v2.json
@@ -25,6 +25,10 @@
"browser_action": {
"default_popup": "popup.html"
},
+ "options_ui": {
+ "page": "popup.html",
+ "open_in_tab": true
+ },
"content_scripts": [
{
"matches": [
diff --git a/src/popup/Popup.jsx b/src/popup/Popup.jsx
index 706e8cb..cb7b2d4 100644
--- a/src/popup/Popup.jsx
+++ b/src/popup/Popup.jsx
@@ -391,7 +391,7 @@ function Donation() {
>
-