WebExtensions: Difference between revisions

Jump to navigation Jump to search
details
(more packaging details)
(details)
Line 110: Line 110:
* [https://developer.chrome.com/extensions/pageAction pageAction]
* [https://developer.chrome.com/extensions/pageAction pageAction]
* [https://developer.chrome.com/extensions/permissions permissions]
* [https://developer.chrome.com/extensions/permissions permissions]
== Technical details ==
We currently enforce Chrome's permission model. However, we don't yet support the activeTab permission. We also don't enforce the CSP protections at all. Support for that is planned.
WebExtensions run in the main Firefox process (except for content scripts, which run in the same process as web content). We are planning to run extensions in a separate process (or possibly the content process) eventually.


== Additional APIs ==
== Additional APIs ==
Confirmed users
130

edits

Navigation menu