With Mellowtel, your users can share a fraction of their unused internet by using a transparent opt-in/out mechanism. Trusted partners access the internet through this network, and you get paid for it.
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
tabs
anddeclarativeNetRequest
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