getManifest method
Returns details about the app or extension from the manifest. The object
returned is a serialization of the full manifest
file.
returns
The manifest details.
Implementation
Map getManifest() {
return $js.chrome.runtime.getManifest().toDartMap();
}