Fix longstanding architectural issues

This commit is contained in:
hensm
2022-09-01 02:14:00 +01:00
committed by Matt Hensman
parent 83c81219d7
commit 7a35da2ba1
30 changed files with 1274 additions and 1282 deletions

View File

@@ -28,15 +28,6 @@
"scripts": ["background/background.js"]
},
"content_scripts": [
{
"all_frames": true,
"js": ["cast/content.js"],
"matches": ["<all_urls>"],
"run_at": "document_start"
}
],
"default_locale": "en",
"icons": {
@@ -62,5 +53,5 @@
"webRequestBlocking",
"<all_urls>"
],
"web_accessible_resources": ["cast/index.js"]
"web_accessible_resources": ["cast/content.js"]
}