chore: README.md

This commit is contained in:
Dawid Wysokiński 2022-12-09 06:34:39 +01:00
parent b1daf1bab2
commit a1e109fa81
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# sessions
A browser extension aiming to simplify coplaying in [Tribal Wars](https://www.tribalwars.net/en-dk/). Coplayers can finally play at the same time via a browser!
A browser extension aiming to simplify coplaying in [Tribal Wars](https://www.tribalwars.net/en-dk/). Coplayers can finally play together via a browser!
## Getting started
@ -24,6 +24,10 @@ yarn watch
yarn run:chromium
```
## FAQ
1. What data are sent to the backend? - Only sid (session identifier). Sid is [encrypted/decrypted on the client side](./src/crypto.ts).
## License
Distributed under the MIT License. See ``LICENSE`` for more information.