Skip to content

Commit

Permalink
Point to manifest.webapp (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenrikoverland committed Apr 10, 2019
1 parent 870486d commit df780d8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/app/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" crossorigin="use-credentials"/>
<link
rel="manifest"
href="%PUBLIC_URL%/manifest.webapp"
crossorigin="use-credentials"
/>
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />

<%= htmlWebpackPlugin.options.vendorScripts %>
Expand Down

0 comments on commit df780d8

Please sign in to comment.