Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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).

like image 330
Brian Avatar asked Feb 06 '12 20:02

Brian


1 Answers

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

like image 69
Brian Avatar answered Oct 04 '22 23:10

Brian