Skip to content

Commit f45c357

Browse files
committed
feat: copy shortcuts to manifest.webapp file
1 parent 2ca9a89 commit f45c357

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cli/src/lib/generateManifests.js

+2
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ module.exports = (paths, config, publicUrl) => {
139139
background_color: '#ffffff',
140140

141141
scope: publicUrl,
142+
143+
shortcuts: config.shortcuts,
142144
}
143145

144146
reporter.debug('Generated manifest.json', manifestJson)

0 commit comments

Comments
 (0)