may I know what is the meaning of this error and how to fix this? I used the tensorflow js and teachable machine js in the content_script to execute the code.if someone replies, I would be really appreciate. I have also attached the error message below the coding part.
{
"name": "Controller",
"version": "0.1",
"manifest_version": 3,
"content_security_policy": {
"extension_pages": "default-src 'none'; script-src 'self'"
},
"description": "testing for a gesture.",
"permissions": [
"activeTab",
"storage",
"tabs",
"notifications"
],
"content_scripts": [
{
"matches": [
"https://meet.google.com/*"
],
"js": [
"src/tf.min.js",
"src/teachablemachine-pose.min.js",
"src/background.js"
]
}
]`