Skip to content

Commit

Permalink
Rebranding to Synclify
Browse files Browse the repository at this point in the history
  • Loading branch information
andreademasi committed Feb 1, 2023
1 parent 6aa6fcd commit 9b2fbfd
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
File renamed without changes.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<img src="https://user-images.githubusercontent.com/25244986/209296944-cbc49344-3b1a-4010-a467-551ea9caa541.jpg"/>
<img src="https://user-images.githubusercontent.com/25244986/216099424-dd0f4ed2-e594-4f1a-bd15-ab2afe8ba1fe.png"/>

<h2 align="center">openW2G</h2>
<h2 align="center">Synclify</h2>
<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>
<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.
openW2G is an ad-free open-source browser extension that syncs user's clicks in their browser through a websocket.<br/>
<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.
Synclify is an ad-free open-source browser extension that syncs user's clicks in their browser through a websocket.<br/>
<strong>The project is currently in early development so bugs are to be expected.</strong></p>

## How to contribute

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

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openw2g",
"displayName": "openW2G",
"version": "0.0.4",
"name": "synclify",
"displayName": "Synclify",
"version": "0.0.5",
"description": "Create a watch party straight from your browser—works anywhere, ad-free.",
"author": "andrea",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion ponicode.config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": "1",
"javascript": {
"name": "openw2g",
"name": "synclify",
"rootDir": "./",
"testEnvironment": "node",
"testLocationStrategy": "relativeToProjectRoot",
Expand Down
2 changes: 1 addition & 1 deletion src/contents/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const bootstrap = () => {
return getVideo()
}
}
console.log("openW2G: loaded")
console.log("Synclify: loaded")

init()

Expand Down
2 changes: 1 addition & 1 deletion src/contents/toast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const PlasmoOverlay = () => {
} ${
error ? "border-red-500 bg-red-500" : "border-green-400 bg-green-400"
}`}>
<img src={icon} alt="openW2G icon" className="mr-2 h-6 w-6" />
<img src={icon} alt="Synclify icon" className="mr-2 h-6 w-6" />
<p className="font-bold text-white">{content}</p>
</div>
)
Expand Down

0 comments on commit 9b2fbfd

Please sign in to comment.