mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 892837 - Add manifestURL to the webapp.json file. r=myk
This commit is contained in:
parent
75b395e439
commit
01020a4a25
@ -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
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user