update
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user