chore: add sponsor badge

This commit is contained in:
Simon Chan 2023-05-24 03:07:34 +08:00
parent 6fd1c6d67a
commit 5c2e3e1a4c
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD

View file

@ -1,6 +1,7 @@
# Tango # Tango
[![GitHub license](https://img.shields.io/github/license/yume-chan/ya-webadb)](https://github.com/yume-chan/ya-webadb/blob/main/LICENSE) [![MIT license](https://img.shields.io/github/license/yume-chan/ya-webadb)](https://github.com/yume-chan/ya-webadb/blob/main/LICENSE)
[![Sponsors](https://opencollective.com/ya-webadb/tiers/badge.svg)](https://opencollective.com/ya-webadb)
A library and application for browsers to interact with Android devices via ADB. A library and application for browsers to interact with Android devices via ADB.
@ -54,6 +55,10 @@ For USB connection, close Google ADB (Run `adb kill-server` in a terminal or clo
See [CONTRIBUTING.md](./CONTRIBUTING.md) See [CONTRIBUTING.md](./CONTRIBUTING.md)
## Sponsors
<object type="image/svg+xml" data="https://opencollective.com/ya-webadb/tiers/sponsor.svg?avatarHeight=36&width=600"></object>
## Used open-source projects ## Used open-source projects
- [ADB](https://android.googlesource.com/platform/packages/modules/adb) from Google ([Apache License 2.0](./adb.NOTICE)) - [ADB](https://android.googlesource.com/platform/packages/modules/adb) from Google ([Apache License 2.0](./adb.NOTICE))