Invalid value for ‘content_security_policy’ : “content_security_policy”: “script-src ‘self’ https://ajax.googleapis.com; object-src ‘self'”

{
“manifest_version”: 3 ,
“version” : “1.01” ,
“name” : “Traker” ,
“action”:{
“default_popup” : “index.html” ,
“default_icon” :”icon.png”
},
“permissions”: [
“tabs”
] ,
“content_security_policy”: “script-src ‘self’ https://ajax.googleapis.com; object-src ‘self'”
}