Obsolete
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
Summary
Lists all installed apps in the user's repository.
Syntax
navigator.mozApps.mgmt.list( onsuccess, [onerror] )
Parameters
- onsuccess
- A callback function, which is invoked with an array of app objects.
- onerror Optional
- A callback function that is invoked if the function fails, with a single argument, which is an error object.