runtime.getManifest()

Get the complete manifest.json file, serialized to an object.
 

Syntax

browser.runtime.getManifest(
)

Parameters

None.

Return value

object. The manifest.

Browser compatibility

EdgeFirefoxChromeOpera
Basic support?45.0Yes33
Firefox
Basic support48.0

Examples

Acknowledgements

This API is based on Chromium's chrome.runtime API. This documentation is derived from runtime.json in the Chromium code.

Document Tags and Contributors

 Contributors to this page: wbamberg
 Last updated by: wbamberg,