This commit is contained in:
Marek Lenczewski
2026-04-07 16:13:16 +02:00
parent 52c4e5f33d
commit 8f15f51bce
32 changed files with 212 additions and 196 deletions

View File

@@ -11,14 +11,14 @@
"content_scripts": [
{
"matches": ["*://www.youtube.com/*"],
"js": ["content.js"]
"js": ["tracking/content.js"]
}
],
"background": {
"scripts": ["background.js"]
"scripts": ["api/background.js"]
},
"browser_action": {
"default_popup": "popup.html",
"default_popup": "config/popup.html",
"default_title": "Profil auswählen"
}
}