Set a flag for system browsers.

This commit is contained in:
Simo Kinnunen
2014-05-02 19:55:43 +09:00
parent eadc0954a1
commit c29174b385
5 changed files with 4 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ module.exports = syrup.serial()
app.name.toLowerCase().replace(/\s+/g, '-')
, name: app.name
, selected: app.selected
, system: app.system
}
}