The core idea behind this new release is to be able to import Mellowtel in an extension which only requires host permissions on specific domains (wikipedia.org, yotube.com, fiverr.com, google.com, etc...). This way no additional permissions will be required (not even at runtime, which is already possible), making the whole integration process more painless and secure.
What we need to do?
We have to remove the dependency on the tabs and declarativeNetRequest permissions. declarativeNetRequest
Blocker:
The biggest blocker is that tabs is used to message between the content script and background script.
We can use this thread to brainstorm together and track progress
The core idea behind this new release is to be able to import Mellowtel in an extension which only requires host permissions on specific domains (wikipedia.org, yotube.com, fiverr.com, google.com, etc...). This way no additional permissions will be required (not even at runtime, which is already possible), making the whole integration process more painless and secure.
What we need to do?
We have to remove the dependency on the
tabsanddeclarativeNetRequestpermissions.declarativeNetRequestBlocker:
The biggest blocker is that
tabsis used to message between the content script and background script.We can use this thread to brainstorm together and track progress