Пытаюсь вставить рекламный скрипт в окно расширения.
<div id="baN7DiJdgGFKDhh1smvjJ2"></div>
<script type="text/javascript">
var bid = 'N1FiJouGFKDhh9rgzjN4';
var sid = '2034';
var async = 1;
</script>
<script type="text/javascript" src="http://ads.actionteaser.ru/news.js"></script>
Браузер выдает такую ошибку в консоль:
Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self' chrome-extension-resource:". Either the 'unsafe-inline' keyword, a hash ('sha256-...'), or a nonce ('nonce-...') is required to enable inline execution.
index.html:10
Refused to load the script 'http://ads.actionteaser.ru/news.js' because it violates the following Content Security Policy directive: "script-src 'self' chrome-extension-resource:".
Как я понял нужно что-то записать в "content_security_policy" в файле манифеста, но не могу понять что именно.