diff --git a/browser/modules/WebappsInstaller.jsm b/browser/modules/WebappsInstaller.jsm index b8fa98323c5..8f56e922b1a 100644 --- a/browser/modules/WebappsInstaller.jsm +++ b/browser/modules/WebappsInstaller.jsm @@ -536,10 +536,10 @@ MacNativeApp.prototype = { }, _createConfigFiles: function() { - // ${ProfileDir}/config.json + // ${ProfileDir}/webapp.json let json = { + "registryDir": this.profileFolder.path, "app": { - "profile": this.profileFolder.path, "origin": this.launchURI.prePath, "installOrigin": "apps.mozillalabs.com", "manifest": this.manifest