Skip to content

Commit

Permalink
Change donations link to include all available options
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 committed Jul 9, 2023
1 parent 0aed124 commit ded1eab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
"homepage": "https://github.com/filips123/PWAsForFirefox",
"repository": "https://github.com/filips123/PWAsForFirefox",
"bugs": "https://github.com/filips123/PWAsForFirefox/issues",
"funding": "https://github.com/filips123/PWAsForFirefox?sponsor=1",
"author": "filips <projects@filips.si>",
"private": true,
"keywords": [
"firefox",
"progressive-web-app",
"site-specific-browser",
"pwa"
],
"private": true,
"scripts": {
"watch": "run-s prepare:* watch:*",
"watch:parcel": "parcel watch src/manifest.json src/**/*.html src/images/**/*.svg --no-content-hash",
Expand Down
2 changes: 1 addition & 1 deletion extension/src/sites/manage.html
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ <h5 class="modal-title" id="about-project-label">About the project</h5>
<li><a href="https://github.com/filips123/PWAsForFirefox/wiki">Documentation</a></li>
<li><a href="https://github.com/filips123/PWAsForFirefox/issues">Bug Tracker</a></li>
<li><a href="https://addons.mozilla.org/firefox/addon/pwas-for-firefox">Addon Store</a></li>
<li><a href="https://github.com/sponsors/filips123">Donations</a></li>
<li><a href="https://github.com/filips123/PWAsForFirefox?sponsor=1">Donations</a></li>
</ul>
</div>
<div class="modal-footer">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Name=PWAsForFirefox Portable
AppId=PWAsForFirefoxPortable
Publisher=filips
Homepage=https://github.com/filips123/PWAsForFirefox
Donate=https://github.com/sponsors/filips123
Donate=https://github.com/filips123/PWAsForFirefox?sponsor=1
Category=Internet
Description=A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component)
Trademarks=Firefox and the Firefox logo are trademarks of the Mozilla Foundation in the U.S. and other countries. This project is not affiliated with the Mozilla Foundation in any way.
Expand Down
2 changes: 1 addition & 1 deletion native/packages/paf/PWAsForFirefoxPortable/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ <h2 class="tagline">A tool to install, manage and use Progressive Web Apps (PWAs
<a href="https://github.com/filips123/PWAsForFirefox">Learn more about PWAsForFirefox...</a>
</p>
<p>
<a href="https://github.com/sponsors/filips123"><img src="Other/Help/Images/Donation_Button.png" style="vertical-align:middle;" alt="Make a Donation"></a> - Support PWAsForFirefox's development<br />
<a href="https://github.com/filips123/PWAsForFirefox?sponsor=1"><img src="Other/Help/Images/Donation_Button.png" style="vertical-align:middle;" alt="Make a Donation"></a> - Support PWAsForFirefox's development<br />
<a href="https://portableapps.com/donate"><img src="Other/Help/Images/Donation_Button.png" style="vertical-align:middle;" alt="Make a Donation"></a> - Support PortableApps.com's hosting and development
</p>
<p>
Expand Down

0 comments on commit ded1eab

Please sign in to comment.