Skip to content
This repository was archived by the owner on Jan 14, 2022. It is now read-only.

Commit 2981ec3

Browse files
authored
Merge pull request #66 from pwa-builder/placementOfManifestItems
Changed placement of manifest items for better reading
2 parents 345b8b3 + c43f4dc commit 2981ec3

File tree

1 file changed

+2
-2
lines changed
  • lib/manifestTools/manifestCreator

1 file changed

+2
-2
lines changed

lib/manifestTools/manifestCreator/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ function manifestCreator(opts, callback) {
3939
'Dir',
4040
'Lang',
4141
'Name',
42+
'Short_name',
4243
'Icons',
4344
'Scope',
4445
'Display',
4546
'Start_url',
46-
'Short_name',
47+
'Background_color',
4748
'Theme_color',
4849
'Description',
4950
'Orientation',
50-
'Background_color',
5151
'Related_applications',
5252
'Prefer_related_applications'
5353
].map(function(name) {

0 commit comments

Comments
 (0)