This commit is contained in:
Marek Lenczewski
2026-04-15 21:53:37 +02:00
parent 2156bb3226
commit 1cef5fa1e8
18 changed files with 154 additions and 71 deletions

View File

@@ -1,4 +1,4 @@
const SERVER_URL = "http://localhost:8000/profiles";
const SERVER_URL = "http://marha.local:8000/profiles";
const container = document.getElementById("profiles");
async function load() {

View File

@@ -5,7 +5,7 @@
"description": "Erfasst YouTube-Videos und sendet sie an den Server",
"permissions": [
"*://www.youtube.com/*",
"http://localhost:8000/*",
"http://marha.local:8000/*",
"storage"
],
"content_scripts": [