diff --git a/manifest.json b/manifest.json index c6577fe..9b2e0e6 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,8 @@ "version": "1.0", "manifest_version": 3, "permissions": [ - "tabs" + "tabs", + "storage" ], "action" : { "default_title": "EtherScan Scraper", diff --git a/popup.css b/popup.css index 15bce83..8dec59b 100644 --- a/popup.css +++ b/popup.css @@ -58,7 +58,8 @@ input[type=text] { } #scrapeButton { - height: 40vh; + height: 30px; + width: 95vw; } #prompt { diff --git a/popup.html b/popup.html index 59b6e53..720b0a1 100644 --- a/popup.html +++ b/popup.html @@ -14,9 +14,7 @@