Add implementation notes and contributing guidelines

This commit is contained in:
hensm
2019-02-15 12:53:58 +00:00
parent 24c25928c5
commit 3121fef522
3 changed files with 55 additions and 1 deletions

View File

@@ -5,7 +5,11 @@
# fx_cast
No full public release yet! Pre-release beta version is incomplete and likely buggy.
Firefox extension that implements the [Chrome sender API](https://developers.google.com/cast/docs/reference/chrome/) and exposes it to web apps to enable cast support.
Communication with receiver devices is handled by a native application (bridge). Check the [implementation notes](IMPLEMENTATION.md) for more info.
**No full public release yet! Pre-release beta version is incomplete and likely buggy.**
## Installing