Search code examples
google-chrome-extension

Where is chrome.app officially documented?


Looking over http://code.google.com/chrome/extensions/api_index.html , I was unable to find any documentation for chrome.app. I have no trouble getting chrome.app.getDetails() to work, but am wondering if there is any form of official documentation (or why not, if not).


Solution

  • chrome.app has since been deprecated. However, its functionality has been moved the chrome.runtime, mostly within chrome.runtime.getManifest().