Hi guys,
I am trying to configure a demo bitcoin payment button in an extension.
My current permissions are:
I am trying to configure it in a popup options.html opened from background.js by
chrome.tabs.create({url: 'options.html'});
I just added the demo code
here, i.e. this sample code to the options.html:
and despite it works and the payment page is opened, button styles are not loaded and I see a flat HTML link instead.
Does anyone know what permission should be added to allow styles to be loaded?
Thanks