Bug 892837 - Add manifestURL to the webapp.json file. r=myk

This commit is contained in:
Marco Castelluccio 2013-08-16 15:17:53 -04:00
parent 75b395e439
commit 01020a4a25

View File

@ -178,7 +178,8 @@ NativeApp.prototype = {
"registryDir": registryFolder.path, "registryDir": registryFolder.path,
"app": { "app": {
"manifest": aManifest, "manifest": aManifest,
"origin": aData.app.origin "origin": aData.app.origin,
"manifestURL": aData.app.manifestURL
} }
}; };