From 9b2fbfd8ace2695cfa376ac2152b48007fe13122 Mon Sep 17 00:00:00 2001 From: Andrea De Masi Date: Wed, 1 Feb 2023 17:15:30 +0100 Subject: [PATCH] Rebranding to Synclify --- renovate.json => .github/renovate.json | 0 README.md | 10 +++++----- assets/logo.svg | 2 +- package.json | 6 +++--- ponicode.config.json | 2 +- src/contents/main.ts | 2 +- src/contents/toast.tsx | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) rename renovate.json => .github/renovate.json (100%) diff --git a/renovate.json b/.github/renovate.json similarity index 100% rename from renovate.json rename to .github/renovate.json diff --git a/README.md b/README.md index 2e5985c..07ad0d5 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ - + -

openW2G

+

Synclify

Chrome Web Store Firefox Add-ons Edge Addons -

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 w2g.tv works. -openW2G is an ad-free open-source browser extension that syncs user's clicks in their browser through a websocket.
+

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 w2g.tv works. +Synclify is an ad-free open-source browser extension that syncs user's clicks in their browser through a websocket.
The project is currently in early development so bugs are to be expected.

## 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 diff --git a/assets/logo.svg b/assets/logo.svg index 89e1e61..a301f1c 100644 --- a/assets/logo.svg +++ b/assets/logo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/package.json b/package.json index 7037808..07db581 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/ponicode.config.json b/ponicode.config.json index 8cec6eb..d0768d4 100644 --- a/ponicode.config.json +++ b/ponicode.config.json @@ -1,7 +1,7 @@ { "schemaVersion": "1", "javascript": { - "name": "openw2g", + "name": "synclify", "rootDir": "./", "testEnvironment": "node", "testLocationStrategy": "relativeToProjectRoot", diff --git a/src/contents/main.ts b/src/contents/main.ts index 6a8d175..8621e42 100644 --- a/src/contents/main.ts +++ b/src/contents/main.ts @@ -48,7 +48,7 @@ const bootstrap = () => { return getVideo() } } - console.log("openW2G: loaded") + console.log("Synclify: loaded") init() diff --git a/src/contents/toast.tsx b/src/contents/toast.tsx index bc9d25d..6bc87b4 100644 --- a/src/contents/toast.tsx +++ b/src/contents/toast.tsx @@ -50,7 +50,7 @@ const PlasmoOverlay = () => { } ${ error ? "border-red-500 bg-red-500" : "border-green-400 bg-green-400" }`}> - openW2G icon + Synclify icon

{content}

)