FIX: loading extension after chat popout and url change

WIP: Transforming to TypeScript
This commit is contained in:
2022-09-13 22:59:41 +03:00
parent 9bfc81d98a
commit 7e667fd9e4
17 changed files with 8342 additions and 1109 deletions

View File

@@ -1,7 +1,4 @@
{
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"all_frames": true,
@@ -42,5 +39,6 @@
"*://*.twitch.tv/*"
]
}
]
],
"permissions": ["webNavigation", "webRequest"]
}