diff --git a/src/donation.css b/src/donation.css new file mode 100644 index 0000000..fc4fd3f --- /dev/null +++ b/src/donation.css @@ -0,0 +1,52 @@ +/* summary styles */ +.donation details summary { + width: fit-content; + outline: none; + text-decoration: underline; + cursor: pointer; + font-weight: bold; +} + +.donation details summary:hover { + outline: none; + box-shadow: 0 0 5px rgba(0, 128, 255, 0.5); +} + +/* donation description styles */ +.donation-description p { + margin-block-start: 0.5em; + margin-block-end: 0.5em; +} + +/* payment button container styles */ +.donation .payment-buttons-container { + display: flex; + gap: 10px; + padding: 0; + list-style-type: none; + justify-content: center; + margin-top: 15px; + text-decoration: none; +} + +/* payment button styles */ +.donation .payment-button { + display: flex; + align-items: center; + padding: 5px 10px; + background-color: #aaedad; + color: #333; + text-decoration: none; + border-radius: 5px; + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); + transition: filter 0.3s; +} + +.donation .payment-button:hover { + filter: brightness(0.8); +} + +.donation .payment-button img { + margin-right: 5px; + height: 20px; +} \ No newline at end of file diff --git a/src/images/generic.svg b/src/images/generic.svg new file mode 100644 index 0000000..97f52fc --- /dev/null +++ b/src/images/generic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/paypal.svg b/src/images/paypal.svg new file mode 100644 index 0000000..da5aff4 --- /dev/null +++ b/src/images/paypal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/manifest.json b/src/manifest.json index f1ed439..2cd1dc4 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "Get cookies.txt LOCALLY", "description": "Get cookies.txt, NEVER send information outside with open-source", - "version": "0.4.4", + "version": "0.5.0", "manifest_version": 3, "permissions": [ "activeTab", diff --git a/src/popup.css b/src/popup.css index 68e54ef..d5abdc8 100644 --- a/src/popup.css +++ b/src/popup.css @@ -1,7 +1,7 @@ html { width: 500px; box-sizing: border-box; - font-family: sans-serif; + font-family: 'Arial', sans-serif; } body { diff --git a/src/popup.html b/src/popup.html index fd5c77e..231df39 100644 --- a/src/popup.html +++ b/src/popup.html @@ -2,8 +2,10 @@ + + @@ -58,6 +60,30 @@

+ +
+
+ + Buy Me a Coffee ☕ + +
+

Got a $2,000 offer to buy this extension, but I'm never going to sell it to spammers!

+

By the way, your cup of coffee pleases me 😎

+
+ +
+