Silverdog
Silverdog copied to clipboard
Permission to access respective host
So.. I was lurking around the background.js and basically the console is filled with the following error message:
Unchecked runtime.lastError while running tabs.executeScript: Cannot access contents of the page. Extension manifest must request permission to access the respective host.
at chrome-extension://icmaamleblpakoebmocjdhleldklfdia/background.js:41:17
So.. is this working then, or not? : )
I need to look into it... it sounds like content-origin policy related, but it's not the same error...
I think the solution is the following list of permissions:
"permissions": [
"storage",
"tabs",
"activeTab",
"<all_urls>"
]
This issue is already addressed in the PR #10.