I\'m trying to work with some javascript that accesses chrome.runtime in Google Chrome. The script calls the chrome.runtime.getManifest() function, but my console says that fun
I found the answer. These functions are only available when the javascript is running from a Chrome App.
For Chrome extensions, this method is only available in the background scope.