Skip to content

Commit 479961e

Browse files
committed
add manifest json
1 parent bf642ea commit 479961e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

app/views/layouts/application.html.erb

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta name="viewport" content="width=device-width,initial-scale=1">
66
<%= csrf_meta_tags %>
77
<%= csp_meta_tag %>
8+
<link rel="manifest" href="/manifest.json">
89

910
<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>
1011
<%= javascript_importmap_tags %>

public/manifest.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "Calmmigration",
3+
"display": "standalone"
4+
}

0 commit comments

Comments
 (0)