Skip to content

Commit

Permalink
Merge pull request #422 from nickschot/patch-1
Browse files Browse the repository at this point in the history
add "scope" to default manifest
  • Loading branch information
bobisjan committed Jun 5, 2020
2 parents 31d9721 + deb7ecc commit 0a5a87d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions blueprints/ember-web-app/files/config/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = function(/* environment, appConfig */) {
short_name: "<%= name %>",
description: "",
start_url: "/",
scope: "/",
display: "standalone",
background_color: "#fff",
theme_color: "#fff",
Expand Down
1 change: 1 addition & 0 deletions node-tests/acceptance/manifest-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ describe('Acceptance', function () {
short_name: 'empty',
description: '',
start_url: '/',
scope: '/',
display: 'standalone',
background_color: '#fff',
theme_color: '#fff',
Expand Down

0 comments on commit 0a5a87d

Please sign in to comment.