Skip to content

Commit

Permalink
Standalone PWA
Browse files Browse the repository at this point in the history
  • Loading branch information
BhasherBEL committed Oct 31, 2023
1 parent 28ec2b3 commit 302e134
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webapp/html-templates/page.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<head>
<meta charset="UTF-8">
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0'>
<link rel="manifest" href="{{.BaseURL}}/static/manifest.json" />
<link rel="mask-icon" href="{{.BaseURL}}/static/favicon.svg" color="#5bbad5">

<title><%= htmlWebpackPlugin.options.title %></title>

Expand Down
10 changes: 10 additions & 0 deletions webapp/static/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "Focalboard",
"display": "standalone",
"icons": [
{
"src": "/static/favicon.svg",
"sizes": "any"
}
]
}

0 comments on commit 302e134

Please sign in to comment.