Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.07 KB

File metadata and controls

33 lines (29 loc) · 1.07 KB

WebExtensions API Development

This documentation covers the implementation of WebExtensions inside Firefox. Documentation about existing WebExtension APIs and how to use them to develop WebExtensions is available on MDN.

To use this documentation, you should already be familiar with WebExtensions, including the anatomy of a WebExtension and permissions. You should also be familiar with concepts from Firefox development including e10s in particular.

.. toctree::
   :caption: WebExtension API Developers Guide
   :maxdepth: 2

   background
   basics
   schema
   functions
   events
   manifest
   lifecycle
   incognito
   webidl_bindings
   webext-storage
   other
   reference