Skip to content

Commit

Permalink
feat: add core_app flag to app manifest (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgee committed Sep 9, 2020
1 parent 8768a1f commit d32c0a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/src/lib/generateManifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = (paths, config, publicUrl) => {
name: config.title,
description: config.description,
version: config.version,
core_app: config.coreApp,
launch_path: 'index.html',
default_locale: 'en',
activities: {
Expand Down

0 comments on commit d32c0a1

Please sign in to comment.