Skip to content

Commit

Permalink
chore(client): add short_name and larger icon to webmanifest
Browse files Browse the repository at this point in the history
- as requested by pwabuilder.com
  • Loading branch information
neopostmodern committed Aug 12, 2022
1 parent 88d5936 commit 35cf39f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/assets/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@
"src": "icons/256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "icons/512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"name": "Structure",
"short_name": "Structure",
"start_url": "/",
"theme_color": "white"
}

0 comments on commit 35cf39f

Please sign in to comment.