Как прописать инлайновый скрипт в manifest v3?

Манифест v3 не работает инлайновый скрипт ошибка

Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-5oSAL3avyJmEQUQe+yWdwWpnk8zZY2GYiHf3b01uagI='), or a nonce ('nonce-...') is required to enable inline execution.

Что я делаю не так?

"content_security_policy": {
 "extension_pages": "script-src 'self'; object-src 'self'",
 "sandbox": "sandbox allow-scripts; script-src 'self' 'sha256-5oSAL3avyJmEQUQe+yWdwWpnk8zZY2GYiHf3b01uagI=' 'https://apis.google.com/'; object-src 'self'"
}

Ответы (0 шт):