FEATURE: Update the webmanifest

- Remove share target because the spec is changing
- Allow any orientation again because natural is too restrictive
- Use correct file and mime types for the manifest
This commit is contained in:
Rafael dos Santos Silva
2018-06-14 00:13:28 -03:00
parent 66982c7800
commit 8fc08aad09
4 changed files with 10 additions and 12 deletions

View File

@@ -46,7 +46,7 @@
<%= render_google_tag_manager_head_code %>
<%= render_google_universal_analytics_code %>
<link rel="manifest" href="<%= Discourse.base_uri %>/manifest.json">
<link rel="manifest" href="<%= Discourse.base_uri %>/manifest.webmanifest">
<%- if SiteSetting.native_app_install_banner? %>
<meta name="apple-itunes-app" content="app-id=1173672076">