On 07/16/2012 09:50 AM, Anant Narayanan wrote:
You'll need explicit support for this from the Store to which the app is submitted. From a technical perspective, this can be achieved using the install_data parameter in the mozApps.install() function. That data can later be retrieved by the app using mozApps.getSelf().
Correction: Using getSelf() to retrieve the install_data doesn't work yet (we only return receipts), but this functionality is being tracked at https://bugzilla.mozilla.org/show_bug.cgi?id=760339
In the meantime, Ian's proposal of using the manifest URL should work great. Cheers, -Anant _______________________________________________ dev-webapps mailing list [email protected] https://lists.mozilla.org/listinfo/dev-webapps
