Remove compat scripts and move API URL redirection to contentSetup

This commit is contained in:
hensm
2019-03-14 09:42:00 +00:00
parent 870a759251
commit 410d6a267b
8 changed files with 92 additions and 109 deletions

View File

@@ -27,13 +27,7 @@
, "background": {
"scripts": [ "main.js" ]
}
, "content_scripts": [
{
"matches": [ "https://www.youtube.com/*" ]
, "js": [ "compat/youtube.js" ]
, "run_at": "document_start"
}
]
, "content_security_policy": "CONTENT_SECURITY_POLICY"
, "default_locale": "en"
, "manifest_version": 2