Update browser mappings.

This commit is contained in:
Simo Kinnunen
2014-04-22 17:15:42 +09:00
parent a4a0a62a66
commit cbab9963cc

View File

@@ -25,11 +25,14 @@ module.exports = syrup.serial()
case 'com.android.chrome':
app.type = 'chrome'
break
case 'com.chrome.beta':
app.type = 'chrome-beta'
break
case 'com.sec.android.app.sbrowser':
app.type = 'samsung-chrome'
break
case 'com.android.browser':
app.type = 'default'
app.type = 'android'
break
}