mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +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,
|
||||
"app": {
|
||||
"manifest": aManifest,
|
||||
"origin": aData.app.origin
|
||||
"origin": aData.app.origin,
|
||||
"manifestURL": aData.app.manifestURL
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user