release browser app

This commit is contained in:
Marek Lenczewski
2026-04-15 22:37:53 +02:00
parent 1cef5fa1e8
commit 1ca4371ea0
5 changed files with 14 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
const SERVER_BASE = "http://marha.local:8000";
const SERVER_BASE = "https://youtube.marha.de";
browser.runtime.onMessage.addListener(({ profileId, video }) => {
fetch(`${SERVER_BASE}/profiles/${profileId}/videos`, {