Merge branch 'develop'
This commit is contained in:
commit
a4431c43c8
2 changed files with 16 additions and 0 deletions
8
.github/workflows/cd.yml
vendored
8
.github/workflows/cd.yml
vendored
|
@ -42,3 +42,11 @@ jobs:
|
||||||
- run: pnpm semantic-release
|
- run: pnpm semantic-release
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.WEB_CHAT_GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.WEB_CHAT_GITHUB_TOKEN }}
|
||||||
|
- run: |
|
||||||
|
pnpm wxt submit --dry-run \
|
||||||
|
--chrome-zip .output/*-chrome.zip
|
||||||
|
env:
|
||||||
|
CHROME_EXTENSION_ID: ${{ secrets.CHROME_EXTENSION_ID }}
|
||||||
|
CHROME_CLIENT_ID: ${{ secrets.CHROME_CLIENT_ID }}
|
||||||
|
CHROME_CLIENT_SECRET: ${{ secrets.CHROME_CLIENT_SECRET }}
|
||||||
|
CHROME_REFRESH_TOKEN: ${{ secrets.CHROME_REFRESH_TOKEN }}
|
||||||
|
|
|
@ -4,6 +4,8 @@
|
||||||
|
|
||||||
# WebChat
|
# WebChat
|
||||||
|
|
||||||
|
[](https://github.com/molvqingtai/WebChat/blob/master/LICENSE) [](https://chromewebstore.google.com/detail/webchat/cpaedhbidlpnbdfegakhiamfpndhjpgf) [](https://github.com/molvqingtai/WebChat/releases)
|
||||||
|
|
||||||
> Chat with anyone on any website
|
> Chat with anyone on any website
|
||||||
|
|
||||||
This is an anonymous chat browser extension that is decentralized and serverless, utilizing WebRTC for end-to-end encrypted communication. It prioritizes privacy, with all data stored locally.
|
This is an anonymous chat browser extension that is decentralized and serverless, utilizing WebRTC for end-to-end encrypted communication. It prioritizes privacy, with all data stored locally.
|
||||||
|
@ -12,6 +14,12 @@ The aim is to add chat room functionality to any website, enabling real-time mes
|
||||||
|
|
||||||
### Install
|
### Install
|
||||||
|
|
||||||
|
**Install from Store**
|
||||||
|
|
||||||
|
- [Chrome Web Store](https://chromewebstore.google.com/detail/webchat/cpaedhbidlpnbdfegakhiamfpndhjpgf)
|
||||||
|
|
||||||
|
**Manual Installation**
|
||||||
|
|
||||||
1. Go to the GitHub repository ([Releases](https://github.com/molvqingtai/WebChat/releases))
|
1. Go to the GitHub repository ([Releases](https://github.com/molvqingtai/WebChat/releases))
|
||||||
2. Click on the "Assets" button and select "web-chat-\*.zip"
|
2. Click on the "Assets" button and select "web-chat-\*.zip"
|
||||||
3. Extract the ZIP file to a folder on your computer
|
3. Extract the ZIP file to a folder on your computer
|
||||||
|
|
Loading…
Add table
Reference in a new issue