Skip to content

Commit 9b2fbfd

Browse files
committed
Rebranding to Synclify
1 parent 6aa6fcd commit 9b2fbfd

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed
File renamed without changes.

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
<img src="https://user-images.githubusercontent.com/25244986/209296944-cbc49344-3b1a-4010-a467-551ea9caa541.jpg"/>
1+
<img src="https://user-images.githubusercontent.com/25244986/216099424-dd0f4ed2-e594-4f1a-bd15-ab2afe8ba1fe.png"/>
22

3-
<h2 align="center">openW2G</h2>
3+
<h2 align="center">Synclify</h2>
44
<p align="center"><a rel="noreferrer noopener" href="https://chrome.google.com/webstore/detail/openw2g/okdfcljlaacbdacenfeaiekllplonlfm/"><img alt="Chrome Web Store" src="https://img.shields.io/badge/Chrome-141e24.svg?&style=for-the-badge&logo=google-chrome&logoColor=white"></a> <a rel="noreferrer noopener" href="https://addons.mozilla.org/firefox/addon/openw2g/"><img alt="Firefox Add-ons" src="https://img.shields.io/badge/Firefox-141e24.svg?&style=for-the-badge&logo=firefox-browser&logoColor=white"></a> <a rel="noreferrer noopener" href="https://microsoftedge.microsoft.com/addons/detail/openw2g/chbmaekcnddeekhpcdefmmalilcinjne"><img alt="Edge Addons" src="https://img.shields.io/badge/Edge-141e24.svg?&style=for-the-badge&logo=microsoft-edge&logoColor=white"></a>
5-
<p align="center">The aim of openW2G is to enable two users to sync any kind of streaming service playback by simply sharing a room code similar to how <a href="https://w2g.tv">w2g.tv</a> works.
6-
openW2G is an ad-free open-source browser extension that syncs user's clicks in their browser through a websocket.<br/>
5+
<p align="center">The aim of Synclify is to enable two users to sync any kind of streaming service playback by simply sharing a room code similar to how <a href="https://w2g.tv">w2g.tv</a> works.
6+
Synclify is an ad-free open-source browser extension that syncs user's clicks in their browser through a websocket.<br/>
77
<strong>The project is currently in early development so bugs are to be expected.</strong></p>
88

99
## How to contribute
1010

11-
Read more about contributing to openW2G in [CONTRIBUTING.md](https://github.com/openW2G/openW2G/blob/master/CONTRIBUTING.md).
11+
Read more about contributing to Synclify in [CONTRIBUTING.md](https://github.com/Synclify/Synclify/blob/master/CONTRIBUTING.md).
1212

1313
## Getting Started
1414

assets/logo.svg

+1-1
Loading

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "openw2g",
3-
"displayName": "openW2G",
4-
"version": "0.0.4",
2+
"name": "synclify",
3+
"displayName": "Synclify",
4+
"version": "0.0.5",
55
"description": "Create a watch party straight from your browser—works anywhere, ad-free.",
66
"author": "andrea",
77
"scripts": {

ponicode.config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schemaVersion": "1",
33
"javascript": {
4-
"name": "openw2g",
4+
"name": "synclify",
55
"rootDir": "./",
66
"testEnvironment": "node",
77
"testLocationStrategy": "relativeToProjectRoot",

src/contents/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const bootstrap = () => {
4848
return getVideo()
4949
}
5050
}
51-
console.log("openW2G: loaded")
51+
console.log("Synclify: loaded")
5252

5353
init()
5454

src/contents/toast.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const PlasmoOverlay = () => {
5050
} ${
5151
error ? "border-red-500 bg-red-500" : "border-green-400 bg-green-400"
5252
}`}>
53-
<img src={icon} alt="openW2G icon" className="mr-2 h-6 w-6" />
53+
<img src={icon} alt="Synclify icon" className="mr-2 h-6 w-6" />
5454
<p className="font-bold text-white">{content}</p>
5555
</div>
5656
)

0 commit comments

Comments
 (0)