With the edge extension installed I expect the background script to work.
I've tried both of the two following options;
"background": {"page": "background.html","persistent": true },
"background": {"scripts": ["handlers.js"],"persistent": false },
The background page option just links to the html doc with this:
<html><script type="text/javascript" src="carmelhandlers.js"></script></html>
Why are none of these options working? The script doesn't run unless I link to it from the popup's html and activate the popup.
Please help,
Thanks in advance.