From 3c49bfe54c8a125d94515771d1096e6ef6f4dbfc Mon Sep 17 00:00:00 2001 From: Koala <6156589+Shik3i@users.noreply.github.com> Date: Tue, 26 May 2026 01:51:34 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20SEO=20=E2=80=94=20add=20Emby/Jellyfin?= =?UTF-8?q?=20to=20descriptions,=20optimize=20meta=20tags,=20fix=20APP=5FV?= =?UTF-8?q?ERSION?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- extension/manifest.base.json | 2 +- shared/constants.js | 2 +- website/index.html | 11 +++++++---- website/robots.txt | 2 ++ 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0c1a9bb..7372c15 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Chrome Extension

-

KoalaSync is a lightweight Browser Extension and Relay Server for synchronized video playback across any website—YouTube, Twitch, Netflix, and custom HTML5 players. Built with a focus on Data Sovereignty and Performance.

+

KoalaSync is a lightweight Browser Extension and Relay Server for synchronized video playback on almost any website with a video element—YouTube, Twitch, Netflix, Emby, Jellyfin, and beyond. Built with a focus on Data Sovereignty and Performance.

### 🌟 Why KoalaSync? diff --git a/extension/manifest.base.json b/extension/manifest.base.json index 17a0b68..71e17b7 100644 --- a/extension/manifest.base.json +++ b/extension/manifest.base.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "KoalaSync", "version": "1.8.6", - "description": "Watch party extension to synchronize video playback on YouTube, Twitch, Netflix, and HTML5 sites in real-time with friends.", + "description": "Watch party extension to synchronize video playback on YouTube, Twitch, Netflix, Emby, Jellyfin, and any HTML5 site in real-time with friends.", "permissions": [ "storage", "tabs", diff --git a/shared/constants.js b/shared/constants.js index 78cc09e..361133f 100644 --- a/shared/constants.js +++ b/shared/constants.js @@ -7,7 +7,7 @@ */ export const PROTOCOL_VERSION = "1.0.0"; -export const APP_VERSION = "1.3.1"; +export const APP_VERSION = "1.8.6"; export const OFFICIAL_SERVER_URL = 'wss://syncserver.koalastuff.net'; export const OFFICIAL_LANDING_PAGE_URL = 'https://sync.koalastuff.net'; diff --git a/website/index.html b/website/index.html index 83e70bb..cffadeb 100644 --- a/website/index.html +++ b/website/index.html @@ -3,15 +3,18 @@ - KoalaSync | Real-time Video Synchronization for Friends - + KoalaSync | Sync Netflix, Emby, Jellyfin & Any Video with Friends – Browser Extension + - - + + + + + diff --git a/website/robots.txt b/website/robots.txt index c4bf130..29788bf 100644 --- a/website/robots.txt +++ b/website/robots.txt @@ -1,4 +1,6 @@ +# KoalaSync Website — Allow all crawlers, full indexing User-agent: * Allow: / +# Sitemap for search engines Sitemap: https://sync.koalastuff.net/sitemap.xml