Skip to content

Commit 1dd3d91

Browse files
committed
Merge PR#24
2 parents 0a399e1 + a386ffe commit 1dd3d91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ module.exports.init = function() {
156156
'app_name',
157157
'existing_manifest',
158158
'background_color',
159-
'theme_color'
159+
'theme_color',
160+
'desktop_browser'
160161
];
161162
var newContent = (keysToIgnore.indexOf(uKey) >= 0)
162163
? request[key]

0 commit comments

Comments
 (0)