What is the problem with that line and how do we fix it? our add-on is changing the Chrome new tab and it seems like without it, it stops working.
chrome-extension://
and https://
is the problem. First off, it’s a syntax error. The correct syntax would be https://*
.
Second you’re supposed to specify a small set of domains that are allowed to run code. You’re supposed to specify one or two websites from which scripts can be loaded.
For example: https://domainweloadscriptsfrom.com
2
solved Chrome has DELETED our addon because of an error [closed]