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