update
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
"description": "Erfasst YouTube-Videos und sendet sie an den Server",
|
||||
"permissions": [
|
||||
"*://www.youtube.com/*",
|
||||
"http://localhost:8000/*"
|
||||
"http://localhost:8000/*",
|
||||
"storage"
|
||||
],
|
||||
"content_scripts": [
|
||||
{
|
||||
@@ -15,5 +16,9 @@
|
||||
],
|
||||
"background": {
|
||||
"scripts": ["background.js"]
|
||||
},
|
||||
"browser_action": {
|
||||
"default_popup": "popup.html",
|
||||
"default_title": "Profil auswählen"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user