diff -rupN a/product.json b/product.json --- a/product.json 2016-03-07 19:00:33.090653030 -0800 +++ b/product.json 2016-03-07 19:06:18.877223136 -0800 @@ -1,10 +1,24 @@ { "nameShort": "Code - OSS", - "nameLong": "Code - OSS", + "nameLong": "Visual Studio Code - OSS", "applicationName": "code-oss", "dataFolderName": ".vscode-oss", "win32MutexName": "vscodeoss", "licenseUrl": "https://github.com/Microsoft/vscode/blob/master/LICENSE.txt", "darwinBundleIdentifier": "com.visualstudio.code.oss", - "welcomePage": "https://go.microsoft.com/fwlink/?LinkId=723048" -} \ No newline at end of file + "welcomePage": "http://go.microsoft.com/fwlink/?LinkId=723048", + "quality": "stable", + "extensionsGallery": { + "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery", + "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index", + "itemUrl": "https://marketplace.visualstudio.com/items" + }, + "documentationUrl": "https://go.microsoft.com/fwlink/?LinkID=533484#vscode", + "releaseNotesUrl": "https://go.microsoft.com/fwlink/?LinkID=533483#vscode", + "twitterUrl": "https://go.microsoft.com/fwlink/?LinkID=533687", + "requestFeatureUrl": "https://go.microsoft.com/fwlink/?LinkID=533482", + "reportIssueUrl": "https://go.microsoft.com/fwlink/?LinkId=534872", + "privacyStatementUrl": "https://go.microsoft.com/fwlink/?LinkID=528096&clcid=0x409", + "commit": "@COMMIT@", + "date": "@DATE@" +}