Just found this: chrome.runtime (Stable since Chrome 22.)
http://developer.chrome.com/extensions/runtime#method-getManifest

getManifest
 object chrome.runtime.getManifest()

Returns details about the app or extension from the manifest. The object
returned is a serialization of the full manifest
file<http://developer.chrome.com/extensions/manifest.html>.

Returns
The manifest details.

There seems to be some need for meta/runtime information about an app but
not standard way to access it...

What is the W3C way to get such information?

-Axel



2014-03-03 21:24 GMT+01:00 Jonathan Bond-Caron <jbo...@gdesolutions.com>:

> On Mon Mar 3 12:45 PM, Brian LeRoux wrote:
> > sure, but that is most certainly a user space instrumentation and done
> > very easily
> > with a hook
> >
> > do ALL apps need that instrumentation? probably not
> >
>
> Fair enough, don't have a strong opinion about it.
>
> Is the list of installed plugins & versions in cordova_plugins.js more
> 'core' ?
>
>
>
>
>

Reply via email to