Revert project status message change

This commit is contained in:
hensm
2026-03-14 16:41:24 +00:00
parent fd440b2983
commit cca7901f35
2 changed files with 12 additions and 4 deletions

2
.github/FUNDING.yml vendored
View File

@@ -1 +1 @@
custom: ["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3Z2FTMSG976WN&source=url"]

View File

@@ -1,6 +1,3 @@
> [!CAUTION]
> No longer in active development and the next (0.4.x) release is shelved indefinitely due to Mozilla extension review policies and the signing requirement for release builds that make it infeasible to practically continue. The extension will likely no longer be installable in the near future due to these policies. You can still build it from source and sideload it on Firefox ESR, Developer Edition and Nightly.
<img src="docs/images/preview.png" <img src="docs/images/preview.png"
alt="Preview of cast device selection popup" alt="Preview of cast device selection popup"
align="right" align="right"
@@ -219,6 +216,17 @@ These are somewhat outdated now, but show the basic function of the extension:
- `extension/src/ui/options/assets/icons8-ok-120.png` - `extension/src/ui/options/assets/icons8-ok-120.png`
- `extension/src/ui/options/assets/icons8-warn-120.png` - `extension/src/ui/options/assets/icons8-warn-120.png`
## Donations
### PayPal
<p style="float: left">
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3Z2FTMSG976WN&source=url">
<img src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" alt="Donate with PayPal button" align="middle">
</a>
<img alt="Donate with PayPal" src="https://i.imgur.com/oisL6Eo.png" align="middle">
</p>
[^arch]: By default, Arch does not configure Avahi to resolve `.local` hostnames via the name service switch (NSS), and the underlying mdns module used by this project relies on [`getaddrinfo`](https://en.wikipedia.org/wiki/Getaddrinfo) to resolve these hostnames correctly. [^arch]: By default, Arch does not configure Avahi to resolve `.local` hostnames via the name service switch (NSS), and the underlying mdns module used by this project relies on [`getaddrinfo`](https://en.wikipedia.org/wiki/Getaddrinfo) to resolve these hostnames correctly.
[^cast_app]: Some sites may only function properly when initiating casting from the in-page player buttons. [^cast_app]: Some sites may only function properly when initiating casting from the in-page player buttons.
[^electron]: Since it seems to be causing confusion, this project does not use electron. The electron-chromecast library was only used as a reference for the initial implementation of the API. [^electron]: Since it seems to be causing confusion, this project does not use electron. The electron-chromecast library was only used as a reference for the initial implementation of the API.